Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 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
e972dbb
Merge pull request #2 from UD-S24-CISC374/game-background
m-y-0110 Apr 4, 2024
55681a0
swordSlash can now damage skeletons
h-sehee Apr 5, 2024
e3f4031
Added HP bar on the enemy
h-sehee Apr 5, 2024
12c1428
Merge pull request #3 from UD-S24-CISC374/hsehee-main-system
h-sehee Apr 5, 2024
d28e575
Added door open event when all enemies defeated & Added short invinci…
h-sehee Apr 5, 2024
27e5a13
Fixed Game Over screen
h-sehee Apr 5, 2024
1197835
Merge pull request #4 from UD-S24-CISC374/hsehee-main-system
h-sehee Apr 5, 2024
2ed10d4
Change handleDamage function for skeleton to accept damage parameter
h-sehee Apr 5, 2024
4ac3f71
Add new weapon, bow & Added shifting weapon system using shift key
h-sehee Apr 5, 2024
13c9f72
Merge pull request #5 from UD-S24-CISC374/hsehee-main-system
h-sehee Apr 5, 2024
1c6c2a9
Added bow animation
h-sehee Apr 5, 2024
4334c6b
Merge pull request #6 from UD-S24-CISC374/hsehee-main-system
h-sehee Apr 5, 2024
8c8f7c7
Added ui that shows weapon that Theseus is holding
h-sehee Apr 5, 2024
44933ee
Added collider between each skeletons
h-sehee Apr 5, 2024
6cf16a5
Merge pull request #7 from UD-S24-CISC374/hsehee-main-system
h-sehee Apr 5, 2024
bac861f
Updated bow position to make it more natural
h-sehee Apr 5, 2024
fabad9b
Merge pull request #8 from UD-S24-CISC374/hsehee-main-system
h-sehee Apr 5, 2024
ced8cca
Added Tutorial scene & Fixed collision issue for door opening event
h-sehee Apr 9, 2024
627fa1f
Merge pull request #9 from UD-S24-CISC374/hsehee-main-system
h-sehee Apr 9, 2024
97ff221
Fixed collision issue in tutorial
h-sehee Apr 9, 2024
859b6a7
Merge pull request #10 from UD-S24-CISC374/hsehee-main-system
h-sehee Apr 9, 2024
cd13424
Changed the titleScene background and added music.
Apr 10, 2024
e140c9c
Merge branch 'main' into titleScene
m-y-0110 Apr 10, 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.
Binary file added assets/Music/titleScene.mp3
Binary file not shown.
Binary file added assets/arrow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
207 changes: 207 additions & 0 deletions assets/bow.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,207 @@
{
"frames": {
"Bow-4.png": {
"frame": {
"x": 0,
"y": 0,
"w": 33,
"h": 30
},
"rotated": false,
"trimmed": true,
"spriteSourceSize": {
"x": 2,
"y": 4,
"w": 33,
"h": 30
},
"sourceSize": {
"w": 36,
"h": 35
},
"pivot": {
"x": 0.5,
"y": 0.5
}
},
"Bow-5.png": {
"frame": {
"x": 33,
"y": 0,
"w": 33,
"h": 29
},
"rotated": false,
"trimmed": true,
"spriteSourceSize": {
"x": 3,
"y": 6,
"w": 33,
"h": 29
},
"sourceSize": {
"w": 36,
"h": 35
},
"pivot": {
"x": 0.5,
"y": 0.5
}
},
"Bow-1.png": {
"frame": {
"x": 66,
"y": 0,
"w": 32,
"h": 32
},
"rotated": false,
"trimmed": true,
"spriteSourceSize": {
"x": 0,
"y": 0,
"w": 32,
"h": 32
},
"sourceSize": {
"w": 36,
"h": 35
},
"pivot": {
"x": 0.5,
"y": 0.5
}
},
"Bow-2.png": {
"frame": {
"x": 33,
"y": 29,
"w": 32,
"h": 32
},
"rotated": false,
"trimmed": true,
"spriteSourceSize": {
"x": 1,
"y": 1,
"w": 32,
"h": 32
},
"sourceSize": {
"w": 36,
"h": 35
},
"pivot": {
"x": 0.5,
"y": 0.5
}
},
"Bow-7.png": {
"frame": {
"x": 0,
"y": 30,
"w": 32,
"h": 32
},
"rotated": false,
"trimmed": true,
"spriteSourceSize": {
"x": 0,
"y": 0,
"w": 32,
"h": 32
},
"sourceSize": {
"w": 36,
"h": 35
},
"pivot": {
"x": 0.5,
"y": 0.5
}
},
"Bow-8.png": {
"frame": {
"x": 98,
"y": 0,
"w": 32,
"h": 32
},
"rotated": false,
"trimmed": true,
"spriteSourceSize": {
"x": 0,
"y": 0,
"w": 32,
"h": 32
},
"sourceSize": {
"w": 36,
"h": 35
},
"pivot": {
"x": 0.5,
"y": 0.5
}
},
"Bow-3.png": {
"frame": {
"x": 130,
"y": 0,
"w": 32,
"h": 31
},
"rotated": false,
"trimmed": true,
"spriteSourceSize": {
"x": 2,
"y": 3,
"w": 32,
"h": 31
},
"sourceSize": {
"w": 36,
"h": 35
},
"pivot": {
"x": 0.5,
"y": 0.5
}
},
"Bow-6.png": {
"frame": {
"x": 162,
"y": 0,
"w": 27,
"h": 30
},
"rotated": true,
"trimmed": true,
"spriteSourceSize": {
"x": 0,
"y": 1,
"w": 27,
"h": 30
},
"sourceSize": {
"w": 36,
"h": 35
},
"pivot": {
"x": 0.5,
"y": 0.5
}
}
},
"meta": {
"app": "http://free-tex-packer.com",
"version": "0.6.7",
"image": "texture.png",
"format": "RGBA8888",
"size": {
"w": 192,
"h": 62
},
"scale": 1
}
}
Binary file added assets/bow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading