Ball

Introduction

Ball

A programming game. Follow the steps in each level, you will learn programming logic and grammar. Through this game, players can both enjoy learning and playing. We also record the operations which the players use, to give a statistics.

(Project in 2013 Introduction to Database course)

Platform

Microsoft Windows

Development Tools

  • Unity 3.5

    Use Unity as our game engine. All scenes and functions are built on it and use Windows as the release platform.

  • SQLite

    Local database to store user data.

Demo

  • Game Interface

    Command Window: The place you can key in commands Status Panel: Health and power
    Target: The goal to reach Score: Current score
    Gem: Different gems have different effect Earth: Controllable character
    Commands: Show the commands player learned Main Menu: Back to main menu
  • Tutorial

    At the beginning of each level, we will give player a tutorial to show the skills to pass that level.

  • Command

    Show commands that player learned

  • Level

    Show the levels and their introduction

    First Level: Movement Second Level: Jump and While condition.
    Third Level: If-Else condition. Fourth Level: Comprehensive practice
  • Statistics

    Operations of each level

Video