https://github.com/schwalbe-t/Countryside
A game in the countryside.
https://github.com/schwalbe-t/Countryside
3d-game game game-3d gamedev games indie-game indie-game-dev indie-games
Last synced: 4 months ago
JSON representation
A game in the countryside.
- Host: GitHub
- URL: https://github.com/schwalbe-t/Countryside
- Owner: schwalbe-t
- License: unlicense
- Created: 2022-10-25T11:39:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-01T20:17:44.000Z (about 2 years ago)
- Last Synced: 2025-01-21T07:43:32.389Z (4 months ago)
- Topics: 3d-game, game, game-3d, gamedev, games, indie-game, indie-game-dev, indie-games
- Language: Java
- Homepage: https://devtaube.itch.io/countryside
- Size: 2.91 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Countryside
This is the repository holding the source code of Countryside. Countryside is supposed to be an example and test project for the [RoseQuartz game engine](https://devtaube.itch.io/rosequartz). Feel free to look inside this project's source code to see how certain APIs work.Remember that this is not the only (and defenitely not the best way) to structure a game with RoseQuartz. Pipelines contain multiple nested behaviors that do multiple things at once, and in general everything is a bit messy. I developed the engine while I was making this game, so I didn't even make use of useful APIs, like the `rosequartz.time`- and `rosequartz.math`-packages. There are also some really horrible one-liners in here...
I still hope it's useful for developing with RoseQuartz.