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

https://github.com/winterwind/test_game

A simple "game" I created to complete the homework assignments for my university's Intro to Game Programming course (CSC329)
https://github.com/winterwind/test_game

csharp top-down top-down-game top-down-movement topdown topdowngame unity unity2d unity2d-game

Last synced: 9 months ago
JSON representation

A simple "game" I created to complete the homework assignments for my university's Intro to Game Programming course (CSC329)

Awesome Lists containing this project

README

          

As this game was only really used to satisfy the requirements of my class's homework assignments, it is not meant to be seen as a complete "game," but rather a
sandbox/workspace I could use to familiarize myself with Unity concepts whilst also satisfying each homework assignment's requirements.

There is no real "objective" other than perhaps collecting all the coins on screen while avoiding monsters that one-shot you. There is a start screen and a death
screen, but no victory screen. You can move with the wasd keys or the arrow keys, and you can mute the music at any time with the "m" key. Right-clicking the mouse
initiates a punch attack, but it doesn't really *do* anything.