Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rybla/ghostoban
https://github.com/rybla/ghostoban
excaliburjs game typescript
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/rybla/ghostoban
- Owner: rybla
- Created: 2022-08-21T23:40:05.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-28T09:43:52.000Z (about 2 years ago)
- Last Synced: 2024-03-07T06:44:02.446Z (8 months ago)
- Topics: excaliburjs, game, typescript
- Language: TypeScript
- Homepage:
- Size: 257 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ghostoban
A game for the [Brackeys Game Jam 2022.2](https://itch.io/jam/brackeys-8).
Participants:
- Calvin Shyu
- Jae Min Im
- Bretton Chen
- Henry Blanchette## Developing
To get started:
```sh
git clone https://github.com/Riib11/ghostoban.git
cd ghostoban
npm install
```To build and launch the project in developer mode:
```sh
npm run build:dev
npm run serve:dev
```To build and launch the project in production mode:
```sh
npm run build:prod
npm run serve:prod
```