-
Notifications
You must be signed in to change notification settings - Fork 20
Examples
Marko Koschak edited this page Jan 13, 2023
·
16 revisions
- In Dinoleon by Quillraven you play a dinosaur chamaeleon creature that needs to avoid moving scanning areas by adjusting its color to the scan area's color.
- In Mystic Woods by Quillraven you control a player in a top down adventure RPG example game. There is also a YoutTube video tutorial series linked on that repository site to go through the code step by step. Note that this game is an example for 1.6-JVM (=tutorial video series) and 2.0. There are two branches for this game. The fleks2 branch is the one for 2.0 API.
- Korge Fleks Hello World by jobe-m is a hello world template for KorGe game engine using Fleks ECS.
- In Treasure Quest by mariorez you play a hero that helps to rid the land of flying bat-like creatures to get the promised treasure chest.
- In Mystic Woods by Quillraven you control a player in a top down adventure RPG example game. There is also a YoutTube video tutorial series linked on that repository site to go through the code step by step.
- In Starfish Collector by mariorez you play a turtle and swim around the ocean floor while looking for a starfish.
- In Space Rocks by mariorez you control a spaceship, whose goal is to shoot lasers and destroy rocks that are flying around the screen.
- An example Fleks implementation using KorGe Game Engine in the Korge-fleks repo.
- Standalone Korge "Hello World!" project korge-fleks-hello-world with basic KorGe + Fleks setup.