Skip to content

Latest commit

 

History

History

brick-breaker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Brick Breaker

SynthCat Brick Breaker is a game where you knock a ball of yarn to break bricks as SynthCat.

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

SynthCat Brick Breaker 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/brick-breaker

The game should be ready to run.

Running the game

In order to run the game type the following command:

cx .

Control SynthCat by pressing left and right on your keyboard.

Contribute

This game was originally developed by RedCurse, a member of the Skycoin community, if you want to show your appreciation for RedCurse's work feel free to send a contribution in Skycoin to the address below and/or some kind words on telegram.

Skycoin Address: EBqmtuEyK6z4BgmjFoXPiSas1dydxdPqAf

Also if you have any ideas to improve the game, please share them with us.