Skip to content

adelnobel/JS-games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JS-games

Games written in HTML and javascript.

Brick Breaker

This game is written using HTML5 and javascript, it was basically a prototype for the android game. You can try it on this link and you can also find the android version on this repo

Tick-tac-toe

  • xo.html

    • This is a simple implementation of the tick tac toe game in javascript and html where you can play against the computer, the algorithm used is very naive and it's somewhat easy to win. You can try it on this link
  • xo-minimax.html

    • This is the same as above in almost everything except for one important thing. The algorithm used by the computer is Mini Max. The computer in this version is IMPOSSIBLE to defeat! You can try it on this link

License

MIT

About

Games written in HTML and javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published