A narrative-focused CLI-based game engine I created for Fedi Jam
Find a file
2024-10-15 13:57:39 -07:00
.gitignore change engine name 2024-09-30 13:10:18 -07:00
DESIGN.md design document 2024-09-02 13:17:45 -07:00
game.yaml fix powerful interests encounter in The Oni Project 2024-10-15 13:57:39 -07:00
LICENSE add LICENSE 2024-09-30 13:21:31 -07:00
main.py Finish the game itself 2024-09-30 12:56:43 -07:00
README.md add LICENSE 2024-09-30 13:21:31 -07:00
sample.yaml improve choice presentation 2024-09-11 11:47:00 -07:00
save.py turn save.py into importable module 2024-09-09 13:31:24 -07:00

Oni Engine

Oni (鬼): a superhuman yokai in Japanese mythology said to be evil

A narrative-focused CLI-based game engine I created for Fedi Jam

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3 of the license.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.