Game we need to make for school
Go to file
Arne van Iterson c7a629517c Added several features and moved some strings
- Moved sign strings to default.js
- Textboxes are fixed to scene and center text
- Pause function added (press escape)
- Chests now be assigned textboxes individually
- Added source button to titlescreen
2020-04-17 00:36:18 +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 Added several features and moved some strings 2020-04-17 00:36:18 +02:00
src Added several features and moved some strings 2020-04-17 00:36:18 +02:00
.eslintrc.js Initialized eslint and fixed linting issues 2020-03-15 17:31:32 +01:00
.gitignore [builds]: Removed electron-packager and initialized electron-builder 2020-04-14 15:38:21 +02:00
README.md Updated README because I am bad at markdown 2020-04-15 21:50:59 +02:00
electron-builder.json [builds]: Removed electron-packager and initialized electron-builder 2020-04-14 15:38:21 +02:00
main.js Added very simple textbox 2020-04-16 12:11:56 +02:00
package-lock.json Added several features and moved some strings 2020-04-17 00:36:18 +02:00
package.json Added several features and moved some strings 2020-04-17 00:36:18 +02:00

README.md

Logo

Hero'nt

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.

👥 Credits