Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.21 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.21 KB

Background

This is a simple game that I realized for that competition. Not very advanced graphically, I tried more to add a dynamic feature with badges (though there are not enought of them).

Uses:

  • Node.js
  • Express
  • Backbone
  • Underscore
  • Socket.io
  • Wikimedia Commons for images

How to play

  1. Go to the deployed game
  2. Choose a username and enter the game
  3. At each round, select a number either by clicking on the cell or by entering the value in the input
  4. Earn badges while playing (or not)

Ideas/TODOs

  • new badges
    • win n rounds in arow
    • all cells filled by other players before you could play
    • filled the last available cell
  • use a datalist to suggest values to enter in the input
  • add spinners
  • adapt grid size to number of players
  • players with avatars
  • show badges of other players
  • bind enter to the buttons