https://github.com/kuba--/auto
Simple game made in Godot
https://github.com/kuba--/auto
Last synced: about 2 months ago
JSON representation
Simple game made in Godot
- Host: GitHub
- URL: https://github.com/kuba--/auto
- Owner: kuba--
- Created: 2021-09-26T19:20:10.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-14T00:12:37.000Z (over 3 years ago)
- Last Synced: 2025-01-15T16:54:49.570Z (4 months ago)
- Language: GDScript
- Homepage:
- Size: 20 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Auto
Auto is a simple game made in [Godot](https://godotengine.org).
It's a combination of _maze_, _city explorer_ and _snake_ like games, where you have few seconds to explore the city as much as possible.
The tricky part can be steering, because you steer the car as a driver (like in RC cars). Also every second the car drives a little bit faster.### Screenshots



### Demo
Playable demo is on _github pages_: [https://kuba--.github.io/auto/](https://kuba--.github.io/auto/)
### Credits
The idea was heavily inspired by post [Procedural Generation in Godot - Part 3: Tile-based Infinite Worlds](https://kidscancode.org/blog/2018/09/godot3_procgen3/).
But I could not create this game without great free assets.
- UI stuff (free icons, buttons, etc.) downloaded from [https://www.flaticon.com](https://www.flaticon.com).
- Other game assets (like fonts, car sprites and city textures) downloaded from [https://kenney.nl](https://kenney.nl).Thank you !