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
- Host: GitHub
- URL: https://github.com/zenatron/itcs-4236-final-project
- Owner: zenatron
- License: mit
- Created: 2024-11-03T22:39:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-28T04:37:18.000Z (over 1 year ago)
- Last Synced: 2025-02-28T12:05:07.888Z (over 1 year ago)
- Topics: 2d-platformer-game, ai, csharp, game-development, unity, unity-engine, unity2d
- Language: ShaderLab
- Homepage:
- Size: 41.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)