Cepler
A downloadable game for Linux
- Solar system simulator using CEPL
- Contains mini game
- Source code included. Complete source code available at https://github.com/jiyunomegami/cepler
How to play the game
You start out in overhead mode. You can only use cameras 4 and 5, but you can zoom out and move left/right.
Clicking the mouse will start pluto off near where the moon should be.
Click in the direction you want pluto to go. Pluto will be much faster if you increase the step by pressing q.
Press e to slow down if it gets too fast.
If you run out of fuel you can press x to remove the current pluto, then click the mouse again and start over.
Or, you can press backspace to cheat and get more fuel.
Try to hit each planet in the solar system.
Press escape to switch to normal mode.
When controlling Pluto in normal mode, use the mouse to aim, and the w/s/a/d keys to accelerate forward/backwards/left/right.
You can follow other planets by pressing tab, but you cannot control them.
How to change the screen resolution
For example: cepler -r 1024x768
Or, from lisp:
(cepler:start-game :width 1024 :height 768)
Status | In development |
Platforms | Linux |
Rating | Rated 5.0 out of 5 stars (1 total ratings) |
Author | setq |
Genre | Simulation |
Tags | cepl, common-lisp, solar-system |
Code license | GNU General Public License v3.0 (GPL) |
Average session | A few minutes |
Languages | English |
Inputs | Keyboard, Mouse |
Download
Install instructions
The executable is named cepler.
You may need to install some libraries.
OpenGL, OpenAL and ALUT, SDL2, freetype2, and libdevil are required.
To install libdevil on debian: apt-get install libdevil1c2
Leave a comment
Log in with itch.io to leave a comment.