https://github.com/linkdd/kickle-clone
Clone of the NES game "Kickle Cubicle"
https://github.com/linkdd/kickle-clone
2d-game clone game nes retro
Last synced: 4 months ago
JSON representation
Clone of the NES game "Kickle Cubicle"
- Host: GitHub
- URL: https://github.com/linkdd/kickle-clone
- Owner: linkdd
- License: mit
- Created: 2024-01-27T11:42:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-30T20:51:10.000Z (almost 2 years ago)
- Last Synced: 2025-01-31T15:54:41.153Z (over 1 year ago)
- Topics: 2d-game, clone, game, nes, retro
- Language: C++
- Homepage:
- Size: 2.16 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Kickle Clone
Clone of the NES game [Kickle Cubicle](https://www.youtube.com/watch?v=pBtt3NTsLxM).
**Tools:**
- Sprites are made with [Aseprite](https://www.aseprite.org/)
- Tilesets and levels are made with [Tiled](https://www.mapeditor.org/)
This project is a showcase of the [Trollworks](https://github.com/trollworks)
game engine.
## Build and run
Build using [Shipp](https://github.com/linkdd/shipp):
```
$ shipp deps.get
$ shipp deps.build
$ shipp build
```
And run with:
```
$ make run
```
## License
This project and all its assets are released under the terms of the
[MIT License](./LICENSE.txt).