Skip to content

jake-small/auto-racer-code-only

Repository files navigation

Fantasy Auto Racer

This is a clone of the main repository with all of the licensed art assets stripped out and all of the releases removed

Project Layout

  • Code is found in /src which includes:
    • scenes - Godot Scenes
    • scripts - Godot Scripts
    • engine - Engine code with no dependencies on Godot
  • Tests are found in /AutoRacerTests
    • Only projects with no dependencies on Godot can be unit tested at the time this was created

Description

Live Demo

Fantasy Auto Racer is an auto battler, a niche genre with elements of traditional deck builders. Instead of battling, this game re-imagines the genre as a series of races. It's split into two phases. The first phase is spent buying items to improve your character, and the second phase is where you watch your character race. Repeat these phases and continually improve your character until the game is over. How many 1st place finishes can you rack up?

This project was started in order to learn the ins-and-outs of the Godot game engine. It was inspired by Super Auto Pets- a well put together casual auto battler. If you find this game interesting, I highly recommend checking out SAP. After finishing this game, I feel comfortable with Godot and look forward to using it in future projects.

All item data is stored in json and support Lua functions. This lets me easily modify, add, delete, and version items. It also leaves the door open to custom items created by users, though that's not supported with the web release right now.

Project management was done in Trello. The best advice I could give to other game developers is to take project management seriously. Spending time curating a backlog and tracking tasks was the biggest reason why I was able to get this game to a finished state.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages