Search found 3 matches

by MateConBigote
Sat Aug 04, 2018 2:46 am
Forum: Libraries and Tools
Topic: [Librari][V0.2] Simple Key - Keyboard input - New version is out.
Replies: 1
Views: 3624

[Librari][V0.2] Simple Key - Keyboard input - New version is out.

Simple Key Description Simple Key is a simple yet awesome input library for Love2d. The objective of this library is to make the keyboard input handle easy in a small and compact way. The library is aimed to be used in small proyects. Motivations There is a lot of input libraries for Love2d, but al...
by MateConBigote
Tue Oct 31, 2017 2:15 pm
Forum: Games and Creations
Topic: Genetic neural network plays FlappyBird
Replies: 3
Views: 6672

Re: Genetic neural network plays FlappyBird

Actually the structure of the code was conceived in this way, but now that I think about it, it was not a very good idea since it leaves the program organized in a very confusing and difficult way to explain.
Now I'm working on changing the structure in a more standard way.
by MateConBigote
Tue Oct 31, 2017 4:18 am
Forum: Games and Creations
Topic: Genetic neural network plays FlappyBird
Replies: 3
Views: 6672

Genetic neural network plays FlappyBird

I started learning about neural networks, so I decided to create a neural network in Love2d capable of learning to play Flappy Bird.
After programming a lot this is what I got, I hope you like it.

Git hub link