Skip to content

Pretty 3D experience where you swim towards a sound, using Castle Game Engine

Notifications You must be signed in to change notification settings

castle-engine/little-things

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Little Things

A pretty 3D game-like experience where you swim towards a sound, using Castle Game Engine.

Using Castle Game Engine, see http://castle-engine.sourceforge.net/ .

Compiling

  • Download Castle Game Engine http://castle-engine.sourceforge.net/engine.php

  • Install the build tool of Castle Game Engine, see https://castle-engine.io/build_tool .

    Basically, you compile a "castle-engine" program, and place it on $PATH. And you set the environment variable $CASTLE_ENGINE_PATH to the directory that contains (as a child) castle_game_engine/ directory.

  • Compile by simple "make" in this directory.

Keys

Steer the boat:

  • With arrows.
  • W / S also work to move forward / backward.
  • Rotate by moving the mouse.

Other keys:

  • F5 - Save screen.
  • Escape - Exit.

Debug keys:

  • Ctrl-1/2/3/4 - Adjust the silhouette effect parameters.
  • Ctrl-5 - Switch to Examine camera.
  • Ctrl-6 - Cheat move to next part.
  • Ctrl-8 - Toggle rendering debug things in 3D view.
  • Ctrl-9/0/P/O - Adjust the scale and height of the generated terrain (only for the part with yellowish terrain).

License

GNU GPL >= 2.