Code and asset repository for One Frog Band, a game developed for Oxy's game design course
Go to file
2023-04-10 10:24:32 -07:00
Assets Added a movement controller, and added a demo scene 2023-04-09 23:09:21 -07:00
Packages Added a movement controller, and added a demo scene 2023-04-09 23:09:21 -07:00
ProjectSettings Added a movement controller, and added a demo scene 2023-04-09 23:09:21 -07:00
.gitignore Initial commit and start of project 2023-04-09 21:59:32 -07:00
.gitmodules Moved assets folder to be recognized by Unity 2023-04-09 22:11:35 -07:00
compile_assets.py Added a script to compile the assets 2023-04-09 23:08:47 -07:00
README.md Updated README with updated build steps 2023-04-10 10:24:32 -07:00

One Frog Band

Requirements

  1. aseprite
  2. python (To automatically compile the assets)

First Time Setup

The assets for the game are stored separately to the code. To retrieve the assets for the first time, run:

  1. git submodule init
  2. git submodule update --init --recursive --remote

From there, only the second command has to be run in order to update the assets

Compiling the Assets

python compile_assets.py