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.
- Host: GitHub
- URL: https://github.com/davealdon/unity-2d-adventure-game
- Owner: DaveAldon
- Created: 2016-05-16T03:48:23.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-29T16:06:04.000Z (about 9 years ago)
- Last Synced: 2025-08-21T03:06:40.895Z (10 months ago)
- Language: C#
- Homepage:
- Size: 578 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.