Antibody is a 2D sidescrolling game create using C++ and the Simple DirectMedia Layer (SDL 2) cross-platform software development library.
To set up an SDL project starting from scratch, the information needed for a number of platforms and IDE is available in the Lazy Foo' SDL tutorials
- Journey To The Center Of My Headache: Original Game Title.
- Games Fleadh Entry Version: Games Fleadh award winning entry from 8th of March, 2017.
- Third-Year Project Submission: An improved version of Games Fleadh entry.
- CodeBlocks: This is an adapted version of the third-year project submission version of Antibody 2D, so the project can be compiled in Code::Blocks, and run without the need for Visual Studio DLLs.
Playable versions of game, bare in mind, the game is incomplete
Best Windows Game at Games Fleadh 2017
Antibody 2D: 2 Player Local Multiplayer
Antibody 2D: Virus Enemies, Information Messages, and Power Ups
Antibody 2D: End Of Level Boss
Antibody 2D: Power Ups for time, health, lasers, lives, rockets
I've started creating a networked version of the game in Linux as part of my fourth-year project. The code base is cross platform, and I've included a finite state machine to help eliminate some of the problems with the original game.
Yr4-Project-Networked-Games-Library Repo
A Python based version of the game