https://github.com/gamemake-eng/spirited-away
A warioware-like made for the brackeys game jam 2023.1
https://github.com/gamemake-eng/spirited-away
game games haxe haxeflixel warioware
Last synced: 4 months ago
JSON representation
A warioware-like made for the brackeys game jam 2023.1
- Host: GitHub
- URL: https://github.com/gamemake-eng/spirited-away
- Owner: gamemake-eng
- License: gpl-3.0
- Created: 2023-03-05T21:56:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-11T17:27:55.000Z (8 months ago)
- Last Synced: 2025-02-11T18:32:31.367Z (8 months ago)
- Topics: game, games, haxe, haxeflixel, warioware
- Language: Haxe
- Homepage:
- Size: 3.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spirited-away
A warioware-like made for the brackeys game jam 2023.1*WARNING: Terrible code 0_o*
This is on [itch.io](https://notsostudio.itch.io/spirited-away)
# How to compile
1. install haxe at [haxe.org](https://haxe.org/)
2. install libraries with haxelib```
in cmd or terminal (just search up command prompt or terminal in your operating system's search bar)haxelib install lime
haxelib install openfl
haxelib install flixel
haxelib install flixel-addons
haxelib install flixel-ui
```
3. compile and run
```
lime test [html5, windows (needs visual studio), linux, mac]
```