Aground-CX is a clone for the popular game Aground written in pure CX. This game is being developed with the following objectives:
- Demonstrate the features available on CX
- Test and document the language
- Increase awareness for the Skycoin Project (developers of CX)
CX is a general purpose, interpreted and compiled programming language, with a very strict type system and a syntax similar to Golang's. CX provides a new programming paradigm based on the concept of affordances, where the user can ask the programming language at runtime what can be done with a CX object (functions, expressions, packages, etc.), and interactively or automatically choose one of the affordances to be applied.
You can find more info on:
- The github repo of CX - https://github.com/SkycoinProject/cx/
- The official website of CX - https://www.skycoin.com/cx/
- The official website of Skycoin - https://www.skycoin.com/
Skycraft requires the latest version of CX v0.7.1.
The binaries for this version are available for:
Preferably you can build CX from source by following the steps showcased on the official README.
In order to install the Agroud-CX simply download the source code by typing:
git clone https://github.com/galah4d/aground-cx.git
This project is still under early development stages however it should be possible to launch it under two different modes:
Used for testing new features in an isolated environment.
make tests
The game itself can be launched by typing:
make run