Skip to content

Frogger in 3D, using Castle Game Engine, started on 0h gamejam

Notifications You must be signed in to change notification settings

castle-engine/frogger3d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frogger 3D

This is a very old application; do not use this to learn Castle Game Engine!

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.

Introdution

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.