Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (12 months ago)
- Default Branch: main
- Last Pushed: 2024-05-30T20:51:10.000Z (7 months ago)
- Last Synced: 2024-05-31T14:03:28.301Z (7 months 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).