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

https://github.com/zenatron/itcs-4236-final-project

Final Project for Intro to AI in Computer Games
https://github.com/zenatron/itcs-4236-final-project

2d-platformer-game ai csharp game-development unity unity-engine unity2d

Last synced: about 1 year ago
JSON representation

Final Project for Intro to AI in Computer Games

Awesome Lists containing this project

README

          

## Final Project
### ITCS-4236
#### Philip Vishnevsky

## About
2D Dungeon Platformer.
Try to survive hordes of Skeletons as long as you can, using the dungeon layout to your advantage.
Skeletons will periodically spawn, and will seek you upon sight.
There is no healing, so you should use dashing and wall jumping to your advantage to avoid dying.

## Controls
Use A/D to move, Space to jump, Shift to dash, and LMB to attack. Use Q to stun enemies in range.

## How to Play
Clone the repository, add the InfernalGame folder as a project in Unity, using version 2022.3.46f1.
If you use a newer version of Unity, you will need to convert the project, which may cause some things to break.
After that, build and run the project.

## Credits
- [Tile Palette & Sprites](https://brullov.itch.io/2d-platformer-asset-pack-castle-of-despair)
- [SFX & Music](https://pixabay.com/)
- Title Screens & Menus generated with [DALL-E](https://openai.com/index/dall-e-3/)

## License
[MIT License](https://github.com/zenatron/InfernalProject/blob/master/LICENSE)