Skip to content

TilakTejani/WallDodger_AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WallDodger_AI

An automated game in which due to gravity ball kepts falling down but on pressing space "jump" is programmed.

By dodging different obstacles coming in way player will get score on the base of different which is covered.

And finally the neural network is added for AI game. Network takes input depending upon current ball position, and position of next obstacle. And by feedForwarding this inputs it takes automatically decision to jump or not to jump.

Max Playing time: 4 hrs.

All things are developed from scratch using only CSS and JavaScript.