Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mscraftsman/devcon-game
Game for the MSCC community and Developers Conference 2024
https://github.com/mscraftsman/devcon-game
community community-project devconmu mauritius mscc
Last synced: 2 days ago
JSON representation
Game for the MSCC community and Developers Conference 2024
- Host: GitHub
- URL: https://github.com/mscraftsman/devcon-game
- Owner: mscraftsman
- Created: 2024-02-27T09:06:43.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-23T07:37:57.000Z (8 months ago)
- Last Synced: 2024-03-23T11:31:03.725Z (8 months ago)
- Topics: community, community-project, devconmu, mauritius, mscc
- Language: JavaScript
- Homepage: https://game.mscc.mu/
- Size: 201 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Folder structure
- `src` - source code for your kaboom project
- `www` - distribution folder, contains your index.html, built js bundle and static assets## Development
```sh
$ npm run dev
```will start a dev server at http://localhost:8000
## Distribution
```sh
$ npm run build
```will build your js files into `www/main.js`
```sh
$ npm run bundle
```will build your game and package into a .zip file, you can upload to your server or itch.io / newground etc.