Skip to content

shreyas-a/mario

Repository files navigation

Mario

Build Status license GitHub contributors

A game for namesake. Actual reason is to demonstrate modern web tech stack.

Installation

To install this game you need to follow the steps below:

git clone https://github.com/shreyas-a/mario.git
cd mario
yarn

Start it

yarn start

TODOs

  • PWA
  • SSR
  • DB integration
  • Top scorers in Stats page
  • Animation in Mario movements
  • Glamorous for styled components
  • JEST for test cases
  • FLOW for type checking