Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.71 KB

README.md

File metadata and controls

41 lines (31 loc) · 1.71 KB

Contest Elim

Context Elim is a simple command line game powered by the CX programming language. This game is being developed with the following objectives:

  • Demonstrate the capabilities of CX
  • Obtain feedback on 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:

Installation

Constest Elim was developed for CX v0.7.1. The binaries for this version are available at:

Download the source code from the Github repository...

$ git clone https://github.com/SkycoinProject/cx-games.git

Wait for the cloning process to finish and navigate to the cloned directory...

$ cd cx-games/contest-elim

The game should be ready to run.

Running the game

In order to run the game type the following command:

cx .