An open API service indexing awesome lists of open source software.

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.

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

4

2

3

## 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
```