Skip to content
This repository was archived by the owner on Dec 12, 2020. It is now read-only.

Commit 7883f68

Browse files
Adding table of contents
1 parent 93ad2b4 commit 7883f68

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

PacmanA1/README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
This is an sort of pac-man logic mini game, where the main character moves around the board eating *food* and avoiding aliens. But dont get scared off by the aliens they dont move!
33
>*To view this [document](https://github.com/prince-chrismc/Computer-Graphics/tree/master/PacmanA1/README.md) properly, click on the link provided.*
44
5+
### Table Of Contents
6+
* [Contributors](https://github.com/prince-chrismc/Computer-Graphics/tree/master/PacmanA1#contributors)
7+
* [Game Options](https://github.com/prince-chrismc/Computer-Graphics/tree/master/PacmanA1#game-options)
8+
* [Controls](https://github.com/prince-chrismc/Computer-Graphics/tree/master/PacmanA1#controls)
9+
+ [General](https://github.com/prince-chrismc/Computer-Graphics/tree/master/PacmanA1#general)
10+
+ [Pac-Man](https://github.com/prince-chrismc/Computer-Graphics/tree/master/PacmanA1#pac-man)
11+
+ [Render Mode](https://github.com/prince-chrismc/Computer-Graphics/tree/master/PacmanA1#render-mode)
12+
+ [Object Scaling](https://github.com/prince-chrismc/Computer-Graphics/tree/master/PacmanA1#object-scaling)
13+
+ [Camera - Keyboard](https://github.com/prince-chrismc/Computer-Graphics/tree/master/PacmanA1#keyboard)
14+
+ [Camera - Mouse](https://github.com/prince-chrismc/Computer-Graphics/tree/master/PacmanA1#mouse)
15+
516
## Contributors
617
**Student** | **ID**
718
:---:| ---
@@ -34,7 +45,7 @@ P_KEY | Render objects as points only
3445
L_KEY | Render objects with lines only
3546
T_KEY | Render objects normally
3647

37-
### Object Controls
48+
### Object Scaling
3849
**Action** | **Effect** | **Limit**
3950
:---:| --- | ---
4051
U_KEY | Increase the size of the objects | Max: x10

0 commit comments

Comments
 (0)