This is a 2D game clone version of Crossy Road, which is developed as a group project in CS202 - Programming Systems in APCS-HCMUS.
Video demo: Youtube
| Operating System | Compiler |
|---|---|
| Linux (Ubuntu) | GNU 11.4 |
| Windows | MSVC 19.37 |
| MacOS | AppleClang 14.0 |
- CMake: v3.10
- SFML: v2.6.1
- Step 1: Install dependencies (Linux users only)
sudo apt-get update
sudo apt-get install libfreetype6-dev libx11-dev libxcursor-dev libxrandr-dev libudev-dev libgl1-mesa-dev libflac-dev libogg-dev libvorbis-dev libvorbisenc2 libvorbisfile3 libopenal-dev libpthread-stubs0-dev- Step 2: Build
git clone git@github.com:slo248/CS202-Crossy-Road.git
cd CS202-Crossy-Road
mkdir build && cd build
cmake ..
cmake --build . --config ReleaseThe executable file is located at CS202-Crossy-Road/bin/<your operating system name>/CrossyRoad.
If you found some bugs or would like to improve the game, you can submit an issue using issues tab above.
If you would like to submit a pull request with a fix, reference the issue you created!
| Student ID | Full name |
|---|---|
| 22125010 | Phan Phúc Bảo |
| 22125035 | Nguyễn Vĩnh Khang |
| 22125046 | Lê Thanh Lâm |
| 22125076 | Nguyễn Hoàng Phúc |
