https://github.com/katharostech/skipngo
Work-in-Progress: A 2D game engine made so you can skip the hard stuff and go make a game!
https://github.com/katharostech/skipngo
engine game game-development game-engine gamedev rust
Last synced: 8 months ago
JSON representation
Work-in-Progress: A 2D game engine made so you can skip the hard stuff and go make a game!
- Host: GitHub
- URL: https://github.com/katharostech/skipngo
- Owner: katharostech
- License: other
- Created: 2021-03-15T22:34:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-12T15:19:28.000Z (almost 5 years ago)
- Last Synced: 2025-10-10T18:22:02.673Z (8 months ago)
- Topics: engine, game, game-development, game-engine, gamedev, rust
- Language: Rust
- Homepage:
- Size: 9.14 MB
- Stars: 25
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Skip'n Go
[](https://crates.io/crates/skipngo)
[](https://docs.rs/skipngo)
[](https://github.com/katharostech/katharos-license)
> ⚠️ **Warning:** Skip'n Go is very work-in-progress and is not usable yet.
Skip'n Go is a game engine designed to let you make 2D games as easily as possible. Initially the engine will be very specific to supporting a gameplay style similar to Legend of Zelda© Link to the Past©, which makes it more of a game building "kit" than an engine. As time goes on Skip'n Go may develop to support more game styles and become more of a general purpose 2D game engine, but it will be, for now, mostly driven by the needs of our own commercial game project.
The game engine is powered by the Rust programming language and the [Bevy] game engine, but Rust will not be required to write Skip'n Go games. Games will be written by simply editing YAML files, [LDtk] map files, sprite images and tilesets, and, in the future, probably, Python scripts.
[bevy]: https://bevyengine.org
[ldtk]: https://ldtk.io
## License
Skip'n Go is licensed under the [Katharos License][k_license] which places certain
restrictions on what you are allowed to use it for. Please read and understand the terms before
using Skip'n Go for your project.
[k_license]: https://github.com/katharostech/katharos-license