https://github.com/buaadreamer/wogame
冬奥运动小游戏。A Small Game APP base on raylib and C.
https://github.com/buaadreamer/wogame
c game raylib
Last synced: 9 months ago
JSON representation
冬奥运动小游戏。A Small Game APP base on raylib and C.
- Host: GitHub
- URL: https://github.com/buaadreamer/wogame
- Owner: BUAADreamer
- Created: 2021-05-10T12:38:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-10T13:30:59.000Z (about 5 years ago)
- Last Synced: 2025-08-20T10:02:12.759Z (11 months ago)
- Topics: c, game, raylib
- Language: C
- Homepage:
- Size: 46.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WOGame
## Introduction
This is a Winter Olympic game APP base on [raylib](https://www.raylib.com/),containing two games,**Skiing** and **Ice Pot**.
This project is developed by 5 people team **Dreamers** from BUAA-SCSE in one day from 2021-5-8 to 2021-5-9 and take part in [HackPKU2021](https://www.hackpku.com/).
The team members:
- BUAADreamer
- Sharp1129
- 19373576
- BUAA19373333
- William-sulivan




## About code
Now you can only run this game on **Linux**.
We develop it on **Ubuntus**.
After clone,you should move the raylib directory to its parent src.
The files Tree like this:
```
root_src
-WOGame
-raylib
```
You can use shell code below to run.
```shell
home:~$ mv ./WOGame/raylib/ ./raylib/
home:~$ cd WOGame
home:~/WOGame$ make
home:~/WOGame$ ./game #execute the game
```