Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.2 KB

File metadata and controls

33 lines (23 loc) · 1.2 KB

Project: Your Game

<= Back * * * Next =>

Intro

The idea is simple, start your own simple game project directly in that folder. Pick game from the list below

List of games:

  1. Snake
  2. Minesweeper
  3. Pong
  4. Tetris
  5. Space Inviders

Requirements

  1. Your implementation shouldn't cover all features of original, concentrate on few
  2. Think about work which have to be done
    • split your work into issues with label project
    • estimate
    • review with mentor
  3. Prefer HTML/CSS instead of Canvas, you may extend project later as a bonus task

Hints

  • design gameplay (score, hints, etc)
  • fill README.md with appropriate info, it`s very important part of the project
  • game should be enjoyable ;-)

<= Back * * * Next =>