https://github.com/liquidev/memrecall
This future is war. Go back in time to fix it all.
https://github.com/liquidev/memrecall
Last synced: about 2 months ago
JSON representation
This future is war. Go back in time to fix it all.
- Host: GitHub
- URL: https://github.com/liquidev/memrecall
- Owner: liquidev
- License: gpl-3.0
- Created: 2019-09-30T22:45:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-03T18:20:56.000Z (over 4 years ago)
- Last Synced: 2025-01-20T14:39:47.102Z (3 months ago)
- Language: Nim
- Size: 11.3 MB
- Stars: 20
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# _MEM.RECALL();
[itch.io](https://lqdev.itch.io/memrecall) · [trailer](https://www.youtube.com/watch?v=79-7hRCEsGg)This future is war. Go back in time to fix it all.
A platformer for Open Jam 2019.
## Controls
- Left/right - movement
- Up - jump
- X - flip
- Z - dash## Compiling
Should be as straightforward as:
```
nimble build
```
Keep in mind that
[rapid's dependencies](https://github.com/liquid600pgm/rapid/#installing) also
need to be present.
**Warning:** There's a bug somewhere in nimterop's wrapping process that causes
it to not execute `git fetch` when GLFW sources are first pulled from GitHub.
The solution is simple: go to rapid's directory, and navigate to `src/rapid/lib/glfw_src`.
Then, execute `git fetch`. Running `nimble build` another time works too.## Contributing
Feel free to contribute new levels and stuff. At the time of writing this, most
Atoms are missing and need to be placed into their own rooms.