Skip to content

Latest commit

 

History

History
 
 

aground-cx

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Aground - CX

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)

What is 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:

Getting Started

Requirements:

CX (programming language):

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.

Installation:

In order to install the Agroud-CX simply download the source code by typing:

git clone https://github.com/galah4d/aground-cx.git

Getting Started

This project is still under early development stages however it should be possible to launch it under two different modes:

Debug:

Used for testing new features in an isolated environment.

make tests

Run:

The game itself can be launched by typing:

make run

Screenshots

screenshot 0