https://github.com/brettchalupa/bubontherun
Simple infinite runner
https://github.com/brettchalupa/bubontherun
game haxeflixel public-domain
Last synced: 3 months ago
JSON representation
Simple infinite runner
- Host: GitHub
- URL: https://github.com/brettchalupa/bubontherun
- Owner: brettchalupa
- License: unlicense
- Created: 2023-02-12T16:37:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-06T10:42:02.000Z (over 2 years ago)
- Last Synced: 2025-03-24T11:54:19.561Z (7 months ago)
- Topics: game, haxeflixel, public-domain
- Language: Haxe
- Homepage: https://brettchalupa.itch.io/bub-on-the-run
- Size: 3.35 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: license
Awesome Lists containing this project
README
# Bub on the Run
Simple infinite runner
[Play it!](https://brettchalupa.itch.io/bub-on-the-run)
The game is built using [HaxeFlixel](https://haxeflixel.com).
## Developing
### Install Dependencies
1. Install Haxe (4.2.3) - https://haxe.org/download/, `brew install haxe` on MacOS
2. Install the project dependencies - `haxelib install dependencies.hxml`
3. Run the following setup commands:```
haxelib run lime setup flixel
haxelib run lime setup
haxelib run flixel-tools setup
```### Testing
Test the game quickly on the Neko VM with `lime test html5 -debug`
- Update build with `lime build html5 -debug`
- Update assets with `lime update html5 -debug`A note about test targets:
- Neko: VM that builds pretty quickly, similar to desktop
- HTML5: Web target that plays kinda meh but quick to build
- Mac/Windows/Linux: Slow to build but useful for testing### Building
Build the game for playing with: `lime build TARGET -final -clean`
## License
CC0 & Unlicense
_Bub on the Run_ is dedicated to the public domain.