An open API service indexing awesome lists of open source software.

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!

Awesome Lists containing this project

README

          

# Skip'n Go

[![Crates.io](https://img.shields.io/crates/v/skipngo.svg)](https://crates.io/crates/skipngo)
[![Docs.rs](https://docs.rs/skipngo/badge.svg)](https://docs.rs/skipngo)
[![Katharos License](https://img.shields.io/badge/License-Katharos-blue)](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