Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
54b9c81
First commit turning game into a module
solowiz398 Jul 25, 2026
1e10484
add char.js,updateUi.js,story.js
solowiz398 Jul 26, 2026
ac2fc8b
add battleLogic.js
solowiz398 Jul 26, 2026
ecc49ef
Change title simpleGame => Dungeons and Dragons in index.Html
solowiz398 Jul 26, 2026
2bb596b
add class to char.js
solowiz398 Jul 26, 2026
c28714f
add export function to char.js
solowiz398 Jul 26, 2026
f99bf5d
export statements to required variables
solowiz398 Jul 26, 2026
bd15f83
ADD setters and getters to char.js
solowiz398 Jul 27, 2026
e931b56
add hit and dodge to battlelogic.js
solowiz398 Jul 27, 2026
288961e
remove initial start variable, turn variable from index.js
solowiz398 Jul 27, 2026
2dda4f5
add cursor: pointer to story, attack and inventory in simpleGame.css
solowiz398 Jul 27, 2026
3432f9a
changed game interface and applied responsive designs
solowiz398 Jul 27, 2026
e815266
fix image size
solowiz398 Jul 27, 2026
cbc20b5
add comments to story.js
solowiz398 Jul 28, 2026
6b8358e
add function to display weapons
solowiz398 Jul 29, 2026
a2e24bb
add isGameStart function to progressStory.js
solowiz398 Jul 29, 2026
6a09fed
add hideContinueButton and ShowContinueButton to updateUi.js
solowiz398 Jul 29, 2026
c003b37
fix bug in updateUi.js
solowiz398 Jul 29, 2026
b342d3d
Change contdBtn to exploreBtn
solowiz398 Jul 29, 2026
d94a746
add
solowiz398 Jul 29, 2026
4d742f1
add character class to char.js
solowiz398 Jul 29, 2026
e6bd6cc
add villian to char.js
solowiz398 Jul 29, 2026
07a0c7b
add new villians to character.js
solowiz398 Jul 30, 2026
bd87d3b
add weapons.js to project
solowiz398 Jul 30, 2026
0220001
add weapon.js and equipWeapon method to character.js file
solowiz398 Jul 31, 2026
27375a5
add displayHealth to updateUi.js
solowiz398 Jul 31, 2026
d137630
stuff
solowiz398 Aug 1, 2026
d58f4b5
changes made to battleLogic.js
solowiz398 Aug 3, 2026
9193138
add a lot of things damn
solowiz398 Aug 3, 2026
989d579
add custom method to character.js
solowiz398 Aug 4, 2026
39c4a03
add a bunch of things
solowiz398 Aug 7, 2026
eca0eaa
add pickupItems to progressStory.js && add alternate ending to story.js
solowiz398 Aug 8, 2026
647be0d
add a lot of things
solowiz398 Aug 8, 2026
96d234c
add event listners for sword and shield battle sequence
solowiz398 Aug 9, 2026
3852c1b
jdjdj
solowiz398 Aug 9, 2026
614dfd3
add
solowiz398 Aug 9, 2026
75b8100
jdd
solowiz398 Aug 9, 2026
7eb0c1a
cleanup at battleLogic.js
solowiz398 Aug 9, 2026
53ca205
add a registerEventListner function
solowiz398 Aug 10, 2026
1279eac
added some stuff
solowiz398 Aug 10, 2026
db2da1a
add stuff
solowiz398 Aug 10, 2026
36facf0
add vitest
solowiz398 Aug 10, 2026
6f93c73
removed node_modules from commit
solowiz398 Aug 10, 2026
5333f8a
add some stuff
solowiz398 Aug 10, 2026
11866d3
made action dynamic
solowiz398 Aug 12, 2026
5a38a8f
add things
solowiz398 Aug 12, 2026
de41852
made fight dynamic
solowiz398 Aug 12, 2026
70d6e30
...
solowiz398 Aug 12, 2026
d4b1489
add
solowiz398 Aug 13, 2026
1af5173
fix villian health not declining
solowiz398 Aug 13, 2026
6bbd6fe
add
solowiz398 Aug 13, 2026
b7c38f1
add weapons
solowiz398 Aug 13, 2026
d11a8d2
made pickup items dynamic
solowiz398 Aug 13, 2026
e8f0632
add
solowiz398 Aug 13, 2026
8d1121d
some comments
solowiz398 Aug 13, 2026
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
21 changes: 0 additions & 21 deletions calculator.html

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading