https://github.com/franzlor/byte_hopper
A Unity arcade game inspired by Crossy Road and Frogger.
https://github.com/franzlor/byte_hopper
arcade-game game game-development unity
Last synced: 4 months ago
JSON representation
A Unity arcade game inspired by Crossy Road and Frogger.
- Host: GitHub
- URL: https://github.com/franzlor/byte_hopper
- Owner: FranzLor
- Created: 2024-09-25T14:58:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-09T22:14:38.000Z (over 1 year ago)
- Last Synced: 2025-10-24T15:44:11.570Z (8 months ago)
- Topics: arcade-game, game, game-development, unity
- Language: ASP.NET
- Homepage: https://franzlor.com/bytehopper.html
- Size: 56.2 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

`Byte Hopper` is an arcade, action-game inspired by Crossy Road and Frogger.
It was made using the *Unity Engine* with C#.
**Procedural Generation**
There are a total of 8 different types of areas. After the starting areas, and as the player progresses, the map will be randomly generated based off those 8 areas.

**Dynamic Map**
There is a day-and-night cycle. This aims to increase the difficulty for the player.

**Customization Shop**
The game includes a skin shop that gives the player incentive on the CPU that they collect. There are 3 styles they can choose from.

**Stat Tracking**
The player will be able to see stats based off their performance. Stats such as highest distance achieved, lifetime deaths, and more.

**License**
`Byte Hopper` is licensed under the MIT License.