Skip to content
Brad Richards edited this page Apr 15, 2015 · 16 revisions

FHNW Logo

Welcome to AIGS

AIGS (pronounced "eggs") is a Java based framework to create simple board games like Chess, TicTacToe or Minesweeper. It is meant as a teaching tool for programming students who are moving from simple exercises to more complex programs. AIGS can be used as a basis for exercises in GUI programming, network communication and general Java programming.

To understand and use AIGS, you should read the Wiki documents in the following order:

This is open source software. You are free to use and modify the software, subject to the license conditions.

We are not looking for direct code submissions to this repository, because a primary goal is to keep the AIGS platform simple. If you find errors, or wish to propose additional features, your suggestions are welcome.