Skip to content

markbirds/Code-Invaders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Invaders

Code Invaders is a mobile application that helps users to improve their programming knowledge, especially debugging, in an entertaining and exciting way. This game has a similar gameplay to "Space Invaders" but spaceships will have a look based on the logos of programming languages and the enemies will be bugs. The current available spaceships / programming languages are C++, Java and Python. This game was developed using Cordova and Phaser 3.

As of now, the available debugging questions for C++, Java and Python are up to if statements. You can try Code Invaders here -> https://markbirds.github.io/Code-Invaders/



How to Play

Debug Mode

  • Debug mode allows the player to evaluate his or her programming skills through debugging source codes which takes place in each level.
  • The levels in this mode will be based on the essential topics of computer programming such as conditional statements and loops.
  • Each level will be completed when the player correctly identified the line in which the error occurs. This debugging question will pop up every 2,000 points.
  • Unable to kill bugs decreases your current score.

Endless Mode

  • As this mode says, it's ENDLESS! Go play and set your highest score!


Installation

  • APK file is available in android branch.