/games

Easy to make games using react

Primary LanguageJavaScript

This repo contains sample code for games old retro games like snake, tic-tac-toe, etc.

  • Snake - A simple snake game. The snake is controlled by the arrow keys. The game is over when the snake hits the wall or itself.

    • status - complete
    • language - ReactJS
  • Tic-Tac-Toe - A simple tic-tac-toe game. The game is over when either of the players gets 3 consecutive X's or O's.

    • status - complete
    • language - ReactJS
  • Wack-A-Mole - A simple wack-a-mole game. The game is over when the player misses 3 moles.

    • status - not complete
    • language - ReactJS