https://github.com/eveningcomet/project-pac
The source code for the game I made in Unity called "Yet Another Dungeon Game."
https://github.com/eveningcomet/project-pac
unity unity2d
Last synced: about 1 year ago
JSON representation
The source code for the game I made in Unity called "Yet Another Dungeon Game."
- Host: GitHub
- URL: https://github.com/eveningcomet/project-pac
- Owner: EveningComet
- License: mit
- Archived: true
- Created: 2024-04-06T23:15:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-06T23:32:12.000Z (about 2 years ago)
- Last Synced: 2025-03-01T05:27:13.363Z (over 1 year ago)
- Topics: unity, unity2d
- Language: C#
- Homepage:
- Size: 15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project Pac
A game like Pac-Man, in the sense that the player has a limited means of defending themselves.
### Note On Designing Levels
* The levels need to be designed in a specific way.
* Create a separate scene for the new level (note that this scene should not be included in the build).
* Create a tilemap, with separate objects for the floor, walls, obstacles, etc.
* Place enemies, pickups, etc. in the level.
* Place a `LevelData` script on the object storing the tilemaps.
* Make note of the enemies, pickups, etc. in the level, then add them to the `LevelData` object in the inspector.
### Credits
I have to give thanks to the following, either due to use of their assets, contributions, and/or assistance.
* #### Music / Sound Effects
* Bogart VGM - Dubious Dungeons
* Brandon Morris - Evil Temple
* isaiah658 - Dark Rooms & Scary Things
* Rubberduck - various sound effects
* Michael Klier - The Crypt
* #### Sprites
* LunarSignals - I used their character sprites
* Buch - I used one of their tilemaps
* Electrick - They made some miscellaneous sprites for me