Skip to content
Snippets Groups Projects
Commit 39f05959 authored by Andreas Blakli's avatar Andreas Blakli
Browse files

Updated readme

parent 4e8baab7
No related branches found
No related tags found
No related merge requests found
Project name: Assignment 2 # Assignment 2
Project name: 3D Pacman
Group name: CN Group name: CN
...@@ -7,3 +9,39 @@ Group members: ...@@ -7,3 +9,39 @@ Group members:
Vegard Opktivtne Årnes vegardoa vegardoa@stud.ntnu.no Vegard Opktivtne Årnes vegardoa vegardoa@stud.ntnu.no
Andreas Blakli andrbl andrbl@stud.ntnu.no Andreas Blakli andrbl andrbl@stud.ntnu.no
Theo Camille Gascogne theocg theocg@stud.ntnu.no Theo Camille Gascogne theocg theocg@stud.ntnu.no
# How to run:
**Windows Visual Studio**
Clone repo. Open project from file with cmake in Visual Studio.
Build the project. Build -> Build All
Select pac3D.exe as startup item and run the with the debugger. Or Go into you files \whereYouClonedRepo\imt2531_assignment2\out\build\x64-Debug
and run pac3D.exe.
# Controls
**Pacman controls**
W = Move player forward
A = Move player to the left
S = Move player backward
D = Move player to the right
Use mouse to look around
**Menu controls**
ESC (escape key) = Opens pause menu when playing a level
Up arrow = Move menu item up
Down arrow = Move menu item down
Enter = Confirms menu selection
# Functionality
*Game logic: You start with 3 lives, the objective of the game is to collect all of the pellets that's in the current game level you are playing,
without losing all of your lives. If you touch a ghost you will loose 1 life, loosing all 3 lives will result in a game over screen whitch displays your total score
and gives you the option to try again, return to the menu or quit the game. If you manage to collect all of the pellets you win the game and a victory screen
is diplayed with your total score with the option to return to the main menu or quit the game.
# Demo
Img: https://drive.google.com/file/d/1lJwLoPqvuGlQY95aI5yz318OKpMsp6sm/view?usp=sharing
Video: https://drive.google.com/file/d/12IKh5ZZ2ivnao9Ajg8lCaHdYDuOLlP5c/view?usp=sharing
# Resources
Ghost model: https://www.cgtrader.com/free-3d-models/character/fantasy/ghost-11a024a0-ecbc-4b17-aa26-9cab5ce2e7b4
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment