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)
- Host: GitHub
- URL: https://github.com/winterwind/test_game
- Owner: Winterwind
- Created: 2024-05-14T20:14:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-14T20:45:15.000Z (about 2 years ago)
- Last Synced: 2025-01-12T02:09:43.619Z (over 1 year ago)
- Topics: csharp, top-down, top-down-game, top-down-movement, topdown, topdowngame, unity, unity2d, unity2d-game
- Language: C#
- Homepage:
- Size: 7.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.