A simple ascii-game in the shell
 
 
 
 
Go to file
Daniel Knuettel 8f8ad4361f fixed destructor 2017-03-09 16:54:23 +01:00
.bin added documentation 2017-03-09 16:36:27 +01:00
Makefile added docs 2017-03-09 16:39:46 +01:00
README.rst added docs 2017-03-09 16:39:46 +01:00
conf.h added documentation 2017-03-09 16:36:27 +01:00
input_output.c added documentation 2017-03-09 16:36:27 +01:00
input_output.h added documentation 2017-03-09 16:36:27 +01:00
main.c fixed destructor 2017-03-09 16:54:23 +01:00
playfield.c added documentation 2017-03-09 16:36:27 +01:00
playfield.h added documentation 2017-03-09 16:36:27 +01:00

README.rst

A simple ASCII game
===================

Requirements
------------

This project requires

- A GNU89 compatible C compiler
- A GNU make compatible make program
- A terminal (emulator) that supports ANSI escape sequences

Licensing
---------

This project is licensed under the GNU Affero General Public License.
You are free to use, redistribute or modify the source under the terms
and conditions of the GNU AGPL.