Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
da0ceab
GitHub Classroom Feedback
github-classroom[bot] Mar 21, 2024
5601518
Setting up GitHub Classroom Feedback
github-classroom[bot] Mar 21, 2024
2acb54a
Update README.md
m-y-0110 Mar 21, 2024
ff7c054
Added Storyboard to assets folder
h-sehee Mar 21, 2024
ea95bc8
Update egdd.md
m-y-0110 Mar 21, 2024
112ba30
Update README.md
m-y-0110 Mar 21, 2024
e87ffcb
Update README.md
m-y-0110 Mar 21, 2024
f6137f6
Added a background, game tite, and "Enter Maze" text.
Apr 3, 2024
a66ba3e
Added basic background and sample character
h-sehee Apr 3, 2024
b429e13
Theseus is now able to move & Added collision debug code
h-sehee Apr 3, 2024
be14807
Fix error for debug.ts
h-sehee Apr 3, 2024
13dab93
Changed moving keys from arrows to WASD & Changed default mouse point…
h-sehee Apr 3, 2024
8fbfce2
Changed cursor design
h-sehee Apr 3, 2024
9844de7
Changed preload scene.
Apr 3, 2024
05b0b02
Added sword that follows mouse pointer
h-sehee Apr 3, 2024
9bcd66c
Played around with background.
Apr 4, 2024
8fd309a
Added attack action
h-sehee Apr 4, 2024
fd3ba75
Added skeleton enemy following Theseus && Added door to background image
h-sehee Apr 4, 2024
f5ec8e4
Fixed typo
h-sehee Apr 4, 2024
06ddfa8
Fixed body box for skeleton
h-sehee Apr 4, 2024
6ff88dc
Added Damaged motion
h-sehee Apr 4, 2024
c196485
Created Health UI and Damaged system
h-sehee Apr 4, 2024
441e997
Turned off debug
h-sehee Apr 4, 2024
877b6cd
Fixed Theseus animation error
h-sehee Apr 4, 2024
5201c6c
Added GameOver scene which will display when Theseus's health goes 0
h-sehee Apr 4, 2024
cf9064e
Changed dimensions of background.
Apr 4, 2024
21148b0
Seperate sword from Theseus
h-sehee Apr 4, 2024
16569ce
Merge branch 'main' of https://github.com/UD-S24-CISC374/final-projec…
Apr 4, 2024
b6c47b3
Made the "Enter Maze" interaction. Click the text will move to the ne…
Apr 4, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added .github/.keep
Empty file.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
REPLACE THIS WITH A DESCRIPTION OF YOUR GAME (in the README.md file).
Infamia di Creti is a game based on the myth of Theseus and the Minotaur. Players play as Theseus, a young prince, who sets out on a quest to slay the Minotaur, a half-man, half-bull monster at the center of the maze, and save your people from being sacrificed to it. The game has a learning objective of teaching players about Java classes and methods.
Loading