- Unity 2021.3.11f1
- C#
- PlasticSCM
A functional Action Rogue-Lite RPG with 2 seperate scenes, functional combat, and a working enemy with AI. Sprites found on Itch.io. Working on adding mouse aim for player character, ironing out the enemy AI, and Player attack hitboxes.
WASD - Walk
Left Click - Attack
Shift(toggle) - Sprint
Esc - Pause
- Mini Dungeon - 16x16 Asset Pack - https://melthie.itch.io/mini-dungeon .
- Tiny Adventure Pack + - https://vryell.itch.io/tiny-adventure-pack-plus .
- REMAINING ASSETS STILL FINDING
- Play game through Unity Player: https://play.unity.com/mg/other/builds-i2-9 .
- Clone project from repo - https://github.com/TrevorH08/CSharp-UnityRPG .
- Add project to projects list using Unity version
2021.3.11f1
- Assets not included
- Check .gitignore to see missing files
- When player is knocked back by enemy, it currently essentially teleports the player back a few pixels, if this is done up against a wall, Player ignores collision and can go out of bounds.
- If movement speed is raised, Player can clip through collidable objects and tiles.
MIT
If you have any questions or issues, head over to this projects GitHub Repository, and navigate to the "Issues" tab to leave feedback! If you have any suggestions or would like to contribute to this project, reach out and let me know!
Copyright (c) 11/04/22 Trevor Hunter, Joseph Jackson, Spencer Dennis, Noah Lundquist, and Ted Gold
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.