You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

49 lines
1.8 KiB

# ee101-as2&3-rock_scissor_rock_game
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FIoTcat%2FRock_Scissor_Paper_game.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FIoTcat%2FRock_Scissor_Paper_game?ref=badge_shield)
![size](https://badge-size.herokuapp.com/iotcat/rock_scissor_paper_game/master/1717608_2.exe)
## Quick Start
Download the [exe file](https://raw.githubusercontent.com/IoTcat/Rock_Scissor_Paper_game/master/1717608_2.exe) to your Windows computer. Close all you anti-virus and run it..
## Programming Language
- C
- VBS
- Batch
- PHP
- SQL
## Key Features
- Background Music (By VBS)
- Data sync with cloud
- Auto update from cloud
- Online Ranking
- Self-developed Command Line GUI
- Auto repair local files when broken
## Documents
- [Report](https://github.com/IoTcat/Rock_Scissor_Paper_game/blob/master/1717608_Liu_Yimian_3.pdf)
## License
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FIoTcat%2FRock_Scissor_Paper_game.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FIoTcat%2FRock_Scissor_Paper_game?ref=badge_large)
**History curt-off Line**
------------------------------------------------------------------
> The following passage were wrote in 2018, some of the content may be not correct..
Since I had used some C11 standard code, it is possible that some old version compiler cannot compile my code.
However I have fully test my code on gcc and it ran well.
Strongly recommand to use gcc compiler!!
You can install it through run the compilergcc.bat
or download from https://yimian-setup.obs.myhwclouds.com/setup/tdm64-gcc-5.1.0-2.exe
After installation, you can use command "gcc -O2 -s 1717608_3.c -o game\game" to compile.
If you are not familar with gcc command, please run compilergcc.bat, it will compile my code automatically!