Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m039/noobparkour
A platformer made with Phaser 3
https://github.com/m039/noobparkour
game m039-games parkour parkour-game phaser phaser-game phaser3 platformer yandex-games
Last synced: 29 days ago
JSON representation
A platformer made with Phaser 3
- Host: GitHub
- URL: https://github.com/m039/noobparkour
- Owner: m039
- License: gpl-3.0
- Created: 2023-08-27T13:55:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-16T14:58:23.000Z (7 months ago)
- Last Synced: 2024-11-11T18:06:00.525Z (3 months ago)
- Topics: game, m039-games, parkour, parkour-game, phaser, phaser-game, phaser3, platformer, yandex-games
- Language: TypeScript
- Homepage: https://yandex.ru/games/app/208056
- Size: 8.71 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Super Noob Parkour
A platformer game made with Phaser 3. You play as a Noob, a Minecraft character, and your goals are to reach another portal and also to collect all coins. You can play the game [on itch.io](https://m039.itch.io/super-noob-parkour) or [on Yandex Games](https://yandex.ru/games/app/208056). The game was initially released on Yandex Games in Nov 2023.
## Available Commands
You can read instructions how to use the project [here](docs/README_old.md).
| Command | Description |
|---------|-------------|
| `npm install` | Install project dependencies |
| `npm run watch` | Build project and open web server running project, watching for changes |
| `npm run dev` | Builds project and open web server, but do not watch for changes |
| `npm run build` | Builds code bundle with production settings (minification, no source maps, etc..) |## License
The license for source code is GPL-3.0, for the art is [CC-BY 4.0](http://creativecommons.org/licenses/by/4.0/).
## Screenshot
![Screenshot](docs/screenshot1.png)