Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SMToad authored Apr 29, 2022
1 parent 67388e6 commit 09ca8ba
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# RoombaObstacleCourse
This is a 3D game made in Unity where you play as a roomba and your goal is to collect all the garbage while avoiding the obstacles.
## Features
- Interactive gameplay via WASD and arrow keyes
- Obstacle course and the ability to take damage by the obstacles
- Preset garbage capacity that limits the amount of objects collected at a time
- The collected garbage can be disposed of in a designated place, which empties the roomba and allows the player to collect more objects
- Progress, health and garbage capacity bars
## Gameplay
![gameplay](./images/main.gif)
## Technologies used
- Unity 2021.1.6f1
- C# 8.0
## Room for improvement
- Make the title and end screens
- Add sounds
- Add multiple levels
- Add randomly moving obstacles
- Make the game interface more user-friendly
## Acknowledgements
This game was created as a part of the <a href="https://www.udemy.com/course/unitycourse2/">Udemy C# Unity Game Developer 3D course</a> with the intention of learning the basics of Unity.

0 comments on commit 09ca8ba

Please sign in to comment.