https://github.com/reydvires/the-rounds-game
Casual game from Tokopedia Gamejam 2021
https://github.com/reydvires/the-rounds-game
Last synced: 2 months ago
JSON representation
Casual game from Tokopedia Gamejam 2021
- Host: GitHub
- URL: https://github.com/reydvires/the-rounds-game
- Owner: ReydVires
- Created: 2021-10-25T23:26:51.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-07T00:37:00.000Z (almost 4 years ago)
- Last Synced: 2025-05-17T13:11:15.351Z (5 months ago)
- Language: TypeScript
- Size: 1000 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Rounds Game
![]()
![]()
![]()
![]()
## Playable Link
## Quickstart
1. Download this repo
2. Install all your dependencies by run `npm install`
3. Run your dev server by `npm run dev`
4. Make changes under `LoadingSceneController.ts` if you want to load some assets
5. Make changes under `GameplaySceneController.ts` for your main gameplay script
6. Make changes under `src/index.ts` if you want to add new scene## CLI
In `package.json` file and section `scripts` listed handy commands to help your development process. You can add more if needed.
| script | details |
| ------ | ------- |
| `npm run dev` | Start your development server in port 8080 (if available), also notice that folder `src/assets` is served as public static folder
| `npm run build` | Build your project into `dist/` folder
| `npm run dist` | Run static server from your `dist/` folder## ESlint
For update [eslint rules](https://github.com/typescript-eslint/typescript-eslint/tree/master/packages/eslint-plugin/docs/rules)