Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maksasj/omniscia

2D platformer game, with the main mechanic time manipulation
https://github.com/maksasj/omniscia

game-development opengl platformer time-travel

Last synced: about 6 hours ago
JSON representation

2D platformer game, with the main mechanic time manipulation

Awesome Lists containing this project

README

        


# Omniscia
Omnisicia - 2D platformer game, with the main mechanic time manipulation (traveling to the past, future, speed up and slow down time)

Omnisicia highly inspired by [Celeste](https://store.steampowered.com/app/504230/Celeste/) as well as by [Braid](https://store.steampowered.com/app/26800/Braid/)

> Note game is an under development, wait for realeses under realease page

stars
license

---

## Building
### Requirments
- Cmake (probably any version)
- C++ Clang compiler at least 15.0.0
> Note that this is a demo readme, because of this not all building steps are described.

```bash
cmake -B build -G Ninja

cmake --build build
```

But for convenience there is bash `make` script
```bash
make.bat
```

## License
All code in this repository is licensed under
- Creative Commons Attribution-NonCommercial 4.0 International ([LICENSE.md](https://github.com/Maksasj/omniscia/blob/master/LICENSE.md) or https://creativecommons.org/licenses/by-nc/4.0/)