2020-04-15 21:48:38 +02:00
|
|
|
![Logo](https://gitea.arnweb.nl/Hecc-inc./caa-game/raw/branch/master/res/images/logo.png "Hero'nt")
|
|
|
|
|
|
|
|
# Hero'nt
|
2020-04-09 12:52:10 +02:00
|
|
|
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.
|
|
|
|
```bash
|
|
|
|
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.
|
2020-04-15 21:48:38 +02:00
|
|
|
- run `npm run build:linux` on linux.
|
|
|
|
|
|
|
|
### :busts_in_silhouette: Credits
|
|
|
|
- Coding by [Arne van Iterson](https://arnweb.nl)
|
|
|
|
- Coding and assets by [Job Vonk](https://jobbel.nl)
|
|
|
|
- "Hero'nt" Logo by [Hannah van Iterson](https://hannahvaniterson.nl)
|
|
|
|
- "Sabo" font by [Philippe Moesch](https://www.behance.net/PhilippeMoesch)
|
|
|
|
- "Alagard" font by [Hewett Tsoi](https://www.dafont.com/hewett-tsoi.d4888)
|