https://github.com/wrathofrathma/2d-project
2D Graphical Project for COSC482 at Salisbury University.
https://github.com/wrathofrathma/2d-project
Last synced: 4 months ago
JSON representation
2D Graphical Project for COSC482 at Salisbury University.
- Host: GitHub
- URL: https://github.com/wrathofrathma/2d-project
- Owner: wrathofrathma
- Created: 2019-05-13T12:21:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-16T16:29:35.000Z (about 6 years ago)
- Last Synced: 2024-12-27T19:29:34.755Z (5 months ago)
- Language: C++
- Size: 581 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is my 2D project for COSC 482 at Salisbury University.
The user controls a robot that gets dropped into a randomly generated world and has to dig through the terrain to find minerals.
Most of the graphical code boilerplate stuff was abstracted from the "game engine" I built throughout the semester.