项目作者: artemik

项目描述 :
JavaFX game teaching kids programming.
高级语言: Java
项目地址: git://github.com/artemik/ant-game.git
创建时间: 2016-03-20T19:39:19Z
项目社区:https://github.com/artemik/ant-game

开源协议:MIT License

下载


Welcome to Ant Game

Introduction

Ant Game is a simple game that teaches kids programming.
A game map consists of cells of different types (cubes, holes, occupied cells) and one Ant.
Kids control Ant by giving it a list of simple commands (move up, jump left, etc).
Each map has a problem to be solved (put all cubes in one line, for example).
Teachers create maps and problems, kids solve them.
Listings of Ant commands can be saved in a file and shared.
The software is written in Java, using JavaFX and other helper libraries.

Please note, that Java 8 is required.

Build and Run

Gradlew is included.

To build and run the game type:

  1. gradlew run

To install the game into the relative /install folder:

  1. gradlew installDistr

Screenshots

Below are ingame screenshots so you could see what it looks like.

Image 1. Pupil mode window

1

Image 2. Teacher mode window

2

Image 3. Welcome window

3