An open API service indexing awesome lists of open source software.

https://github.com/davealdon/unity-2d-adventure-game

Simple 2D game for Unity3D that has basic procedural weather, hub worlds, and loading/saving.
https://github.com/davealdon/unity-2d-adventure-game

Last synced: 10 months ago
JSON representation

Simple 2D game for Unity3D that has basic procedural weather, hub worlds, and loading/saving.

Awesome Lists containing this project

README

          

# Unity-2D-Adventure-Game
2D adventure game made in Unity3D

This C# project is meant to be a showcase of various programming techniques and methods in the form of a two dimensional adventure game. Current final goals include file management through saving/loading games, quests, artificial intelligence NPCs (Non-Player-Characters), and procedural generation of weather and certain level areas.