Commit Graph

22 Commits

Author SHA1 Message Date
b0be1fdd96 Beating-With-Sticks: Added Rock and RockScript - enemy slows down when hit.
Player can throw rocks at enemy to slow them down.
Enemy script split into two scripts, one for movement and one for detection.
Added and edited some comments.
2024-08-13 12:53:54 +01:00
857973aff7 Beating-With-Sticks: Improved AI "patrolling" state and AI runs away
from player once in certain distance.
Made a second Movement script which allows the player to throw rocks.
Added/changed some comments for suggestions, things to do, things that
are done and bugs that need fixing.
2024-08-12 23:52:18 +01:00
d00afd6a48 Beating-With-Sticks: Created AIScript, AI moves
randomly and runs away from player when close.
Added NavMesh to scene. Updated documentation and tags.
2024-08-07 12:37:51 +01:00
f11b769bfb Created MD files from all minigame PDFs 2024-07-18 13:10:08 +01:00
2c1833e254 Documents 2024-07-15 20:37:06 +01:00
a228659836 Actually pushing the changed comment lmao 2024-07-15 16:49:00 +01:00
41ed6da914 CubeGravity - Made script usable for multiple objects, changed a comment 2024-07-15 16:47:20 +01:00
16784160a1 Catch - Added special object, bomb removes 3 score
CubeGravity - Added increased gravity to the special object
BoxTP_Catch - Added spcial object, more items spawn as timer goes down, at 0 game stops.
2024-07-15 16:41:49 +01:00
8454afe508 Catch: Added bombs to the game, lowered time, fixed double point error.
Movement: Fixed player moving faster when moving diagonally
2024-06-28 13:23:30 +01:00
d37e365d0e Unity: Added Folders
Catch: Started Code on Catch Game - Objects spawn and player can catch. Comments on progress and next steps
2024-06-25 00:34:49 +01:00
d19aba3a72 Mostly Comments 2024-06-24 23:53:55 +01:00
170d11aa4d WhackAMole: Moles now descend when hit. Timer affects the speed of moles. TODO comments added, completed tasks removed
ColourSorting: Removed completed tasks from Colours, added Bug comment to pickup script
2024-06-13 02:19:12 +01:00
c39ff0c263 Fixed bug with box spawns. Boxes and containers get random colour on start. Optimised code/Removed script
Added explanation of comment symbols/colours
2024-06-13 01:52:43 +01:00
3111305a83 WackAMole: Moles only give one point per, a timer has been added, comments
Timer: Created a universal timer

Colours: Improved Comments, cubes now randomly appear on start. When a cube is in a container it gets randomly teleported back
2024-06-07 14:37:52 +01:00
695bcd8bfb Documentation: Added Types and Games section in Concepts 2024-05-04 01:01:27 +01:00
cac9e28067 Documentation: Added Whack-A-Mole PDF
Unity: Created Whak-A-Mole Prototype Scene, Script and Added Score Functinality
2024-05-02 12:57:13 +01:00
bfee0439de Unity: Created the first part of a minigame with pickup objects
Script for comparing materials for possible minigame. Made prototype layout for this minigame
2024-04-30 19:45:02 +01:00
54cb3b0159 Refactor: Changes to comments and variable names
Changed:
- Comments
- Variable names

Added:
- Better Comments to the list of recommended extensions
2024-04-30 14:26:58 +01:00
37dbe393f5 Unity: Created a cooldown for cube pickup. Added comments
Added a 1 second cooldown that prevents the player from picking up muptile cubes in under 1 second

Commented code explaining how it works. Commented in red how to make player go flying if needed

Player does still get shot into the sky randomly while holding an item - must find cause and fix
2024-04-30 01:52:14 +01:00
35dd1d8902 Unity: Pushed working movement script
Fixed issues like character not jumping
2024-04-29 23:19:13 +01:00
94b71fc610 Unity: Thorwable objects with interact key 2024-04-28 19:49:14 +01:00
080f9a3428 Created Scripts Folder 2024-04-28 19:00:11 +01:00