Pinned Repositories
Braitenberg-Vehicles
Made from scratch. Each arrow/player is controlled by a neural network. They have to keep eating to stay alive and reproduce. When they reproduce they will spawn a player that is a mutated version of the parent. Fun to watch them evolve and learn. I use NeuroEvolution of Augmenting Topologies as the strategy for evolution.
EvanFellman.github.io
My portfolio website
FlappyNetwork
This is a neural network that learns to play Flappy Bird.
LaughTrack
Simple Android app that plays a laugh track when you press the button.
NeuroEvolution-of-Augmenting-Topologies
This is my first NEAT program. It accomplishes a simple problem: determine whether a pixel is mostly red, green or blue. This is made from scratch with only using libraries for tasks like getting a random number.
Platformer
OLD - checkout PlatformerJavaEdition. This is a platformer game I created. The user gets to create all of the levels and then play the levels that were created.
PlatformerJavaEdition
This is a platformer game. You can create/edit levels, play them and play randomly generated levels. This is the newest version of my platformer game.
PotatoBot
This is a discord bot. Runs on Node.js
FellarFlo
Node.js web app that allows users to play Tetris against themselves, others, or an AI.
dashboard
Dashboard makes it easy to manage a hackathon.
EvanFellman's Repositories
EvanFellman/Braitenberg-Vehicles
Made from scratch. Each arrow/player is controlled by a neural network. They have to keep eating to stay alive and reproduce. When they reproduce they will spawn a player that is a mutated version of the parent. Fun to watch them evolve and learn. I use NeuroEvolution of Augmenting Topologies as the strategy for evolution.
EvanFellman/EvanFellman.github.io
My portfolio website
EvanFellman/FlappyNetwork
This is a neural network that learns to play Flappy Bird.
EvanFellman/LaughTrack
Simple Android app that plays a laugh track when you press the button.
EvanFellman/NeuroEvolution-of-Augmenting-Topologies
This is my first NEAT program. It accomplishes a simple problem: determine whether a pixel is mostly red, green or blue. This is made from scratch with only using libraries for tasks like getting a random number.
EvanFellman/Platformer
OLD - checkout PlatformerJavaEdition. This is a platformer game I created. The user gets to create all of the levels and then play the levels that were created.
EvanFellman/PotatoBot
This is a discord bot. Runs on Node.js
EvanFellman/ScreenCaptureGif
EvanFellman/capstone
EvanFellman/Notepad
EvanFellman/PlatformerJavaEdition
This is a platformer game. You can create/edit levels, play them and play randomly generated levels. This is the newest version of my platformer game.
EvanFellman/Raddit
EvanFellman/screenCaptureGifJava
EvanFellman/todo
EvanFellman/espnet
End-to-End Speech Processing Toolkit
EvanFellman/Haskell-Projects
These are all of my Haskell programs.
EvanFellman/PlatformerApp
Platformer game but android app.
EvanFellman/Sudoku
EvanFellman/Tangled
Name is a WIP and so is the app
EvanFellman/VisualSort
Gives a nice visual of the sorting algorithms