Skip to content

Latest commit

 

History

History
 
 

flappy-cat

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Flappy Cat

flappy cat

Flappy Cat is a clone to the popular game FlappyBird written in 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

PacMan CX 3D supports CX v0.7.0. The binaries for CX 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/flappy-cat

The game should be ready to run.

Running the game

In order to run the game type the following command:

$ make

Press "SPACE" or "UP" keys to make the cat go up.

Contribute

This game was originally developed by atang152, a member of the Skycoin community, if you run into issues or have ideas on how to improve the game, please share them with us.