/bash-some-code

Action/educational game coded in C/SDL 2.0 to teach kids basic code

Primary LanguageC

Code Debugger

Introduction

Code Debugger is an action game intended to familiarise children with basic code syntax. All the runtime dlls are included in the folder for gameplay.exe to be run directly.

Manual Installation

To manually install the game, you need to download and install the SDL 2.0 library, along with the GCC. In addition, you need the SDL 2.0 TTF library. This tutorial by Lazy Foo shows you how to setup everything.

Instructions

Computer viruses are gravitating around space, and they are attacking the computer. They all have numbers pinned to them, and one of them is the solution to the question on the top left on the screen. Your task is to touch the one that has the correct answer.

  1. The bottom right number denotes the current level.
  2. The number below it denotes the round number of the current level.
  3. Problems grow increasingly difficult as you reach the higher levels.

Game Controls

  1. Space to jump.
  2. Left to move left.
  3. Right to move right.