Orbit Defense Strikeforce
A downloadable game for Linux
This is a space shoot-em-up game, where you control a ship with peculiar maneuvering to destroy all your enemies. Protect Earth from hostile contacts once more!
This game is my entry on Lisp Game Jam 2018, taken place in April of said year. most of the road for development has been documented in this project's devlogs, so make sure you take a look at them, if interested.
Game controls:
Button | Action |
W, S | Directionals. Moves the ship up and down. |
K | Shoots projectiles. Effect may change depending on current weapon. Projectile direction will also change with respect to the ship's current angle. |
I | Change current active weapon. |
Enter | Start button. |
These are the requirements to run the provided binaries:
- OpenGL 2.x support;
- SDL2 installed in your distro;
- SDL2_image installed in your distro.
Windows builds already also distribute SDL2 and SDL2_image runtime libraries. Please notice that I do not own those; license for each one of them accompanies the distributed runtime libraries.
Unfortunately, the Windows build has a missing dependencies problem. Since I need to investigate it a little more, the download is disabled until further notice.
Check out these useful links too:
- Game repository on GitHub, containing the source code for this project
- Repository to the system used to build the game, game-sketch, which I also improved as needed during the game development. You'll want this if you need to manually build the game
- My personal blog, in Brazillian Portuguese
- The Common Lisp Brazil community's landing page
- Another Lisp game I built: a Snake clone
Status | Prototype |
Platforms | Linux |
Author | Lucas Vieira |
Genre | Action |
Tags | Shoot 'Em Up, Space, Vector |
Development log
- Day X: Delivering the EntryApr 29, 2018
- Day 9: One Final EffortApr 28, 2018
- Day 8: Rushing the GameApr 28, 2018
- Day 6: Catching UpApr 26, 2018
- Day 3: Build the GameplayApr 23, 2018
- Day 2: Putting ideas in practiceApr 22, 2018
- Day 1: Preparing the terrainApr 21, 2018
Leave a comment
Log in with itch.io to leave a comment.