This application was developed using a very old Castle Game Engine version. It still builds with the latest engine version (it is even tested by GitHub Actions to make sure we maintain backward-compatibility) but it's absolutely not how I would go about implementing this game type now.
Do not use this game as a learning example. Instead, get latest Castle Game Engine and browse examples
inside the installed engine.
This project is maintained here only:
- for historical purposes
- and as part of automated test to make sure we maintain backward-compatibility when developing new engine versions.
Frogger in 3D from side view, for desktop and mobile (Android, iOS) platforms. Started at a gamejam, see http://0hgame.eu/ . Using http://castle-engine.sourceforge.net/ .
You will need Castle Game Engine and FPC (Free Pascal Compiler) to compile. Install Castle Game Engine build tool (https://github.com/castle-engine/castle-engine/wiki/Build-Tool ) and compile by simple "castle-engine compile" from command-line.
Licensed on GNU GPL >= 2.