Crossy Road EX is an implementation of the classic game Crossy Road built in Unity. Crossy Road is an arcade video game released on 20 November 2014. It was developed and published by Hipster Whale, with the name and concept of the game playing on the joke "Why did the chicken cross the road?" The game has been described as "endless Frogger."
More information about Unity
NOTICE: Make sure you have already installed Unity on your machine.
- Open this repository in your Unity IDE first
- Execution in the Unity IDE
We have already built the execution for Windows and Ubuntu Linux. You can also run the execution file respectively in the folder Main/
.
Main/
|--- Ubuntu/
|--- CrossyRoadEX_Data/
|--- CrossyRoadEX.x86_64 # Click this file to run the game!
|--- Windows/
|--- CrossyRoadEX_Data/
|--- MonoBleedingEdge/
|--- CrossyRoadEX.exe
|--- UnityCrashJandler64.exe # Click this file to run the game!
|--- UnityPlayer.dll
|--- WinPixEventRuntime.dll
- MAR 11, 2019 - Build and test on Unity 2018.3.8f1 (64-bit)
NOTICE: You can follow the contributing process CONTRIBUTING.md to join me. I am very welcome any issue!