Game we need to make for school
Go to file
Arne van Iterson 237dc36a62 Styled logo, title, tutorial and gameover screens 2020-04-14 17:50:53 +02:00
css Styled logo, title, tutorial and gameover screens 2020-04-14 17:50:53 +02:00
html Reorganised assets and added gamescreens 2020-04-13 11:48:48 +02:00
res Styled logo, title, tutorial and gameover screens 2020-04-14 17:50:53 +02:00
src Styled logo, title, tutorial and gameover screens 2020-04-14 17:50:53 +02:00
.eslintrc.js Initialized eslint and fixed linting issues 2020-03-15 17:31:32 +01:00
.gitignore [builds]: Added build scripts to package.json. 2020-04-09 12:44:39 +02:00
README.md [README] Added sections Installation and Building 2020-04-09 12:52:10 +02:00
main.js Reorganised assets and added gamescreens 2020-04-13 11:48:48 +02:00
package-lock.json Reorganised assets and added gamescreens 2020-04-13 11:48:48 +02:00
package.json Reorganised assets and added gamescreens 2020-04-13 11:48:48 +02:00

README.md

caa-game

Welcome to the official repository of caa-game. Here one can track the progress of this wonderful game, and find the installation instructions.

🏗️ Installation

To install, clone this repo, and run npm install.

git clone https://gitea.arnweb.nl/Hecc-inc./caa-game.git && cd caa-game
npm install

If you want to run this game, enter npm start in your terminal.

🛠️ Building

To build this game into a distributable format,

  • run npm run build:win on windows.
  • run npm run build:mac on macOS.
  • run npm run build:linux on linux.