A game builded with Javascript, not finished yet.
You can play the game here
-
Clone this repository
-
Run on your console, to install dependencies
yarn
or
npm install
- After installation, run
yarn dev
or
npm run dev
- Fork the project.
- Create a branch for your changes (
git checkout -b feature/fooBar
) - Do a commit (
git commit -am 'Add some fooBar'
) - Push (
git push origin feature/fooBar
) - Create a new Pull Request