# Flappy8659-Run-On-C-SKY-gx6605s-dev-board
**Repository Path**: weimingtom/Flappy8659-Run-On-C-SKY-gx6605s-dev-board
## Basic Information
- **Project Name**: Flappy8659-Run-On-C-SKY-gx6605s-dev-board
- **Description**: Imported from https://github.com/CSY-tvgo/Flappy8659-Run-On-C-SKY-gx6605s-dev-board
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-03-18
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
Flappy8659-Run-On-C-SKY-gx6605s-dev-board
===
a simple flappybird-like game run on C-SKY gx6605s dev board
# Catalog
* [Hardware Requirement](#hardware-requirement)
* [Introduction](#introduction)
* [Compile and Run](#compile-and-run)
## Hardware Requirement
* [C-SKY gx6605s dev board](https://c-sky.github.io/docs/gx6605s.html "C-SKY gx6605s dev board")
* Another device to run an UART console (like [PuTTY](https://putty.org "PuTTY") etc.)
## Introduction
Main menu.
Press the button '8' or '6' or '5' or '9' on dev board to start the game.
Press the button to let correspond bird('8','6','5','9') fly higher.
Dodge the pipes('X').
(This picture was taken in Online version. The code in this repository is Offline version.)
If the bird crash something, it will die.
## Compile and Run
* Compile (on Ubuntu 16.04)
```Bash
csky-linux-gcc flappyBirdByCSY.c -lpthread -o out flappy8659
```
Then mv the output file to board.
* Run (on dev board)
```Bash
./flappy8659
```