lairaalmas
|
f5ed4a3280
change flag assets to circle and better quality
|
2 vuotta sitten |
laira
|
88771a18a3
changed default game sound and made small layout changes on info boxes
|
3 vuotta sitten |
laira
|
36286aaa06
changed canvas resolution from 900x600 to 1920x1080
|
3 vuotta sitten |
laira
|
f887327f7b
making canvas responsive in relation to the width of the panel
|
3 vuotta sitten |
laira
|
f5b4a83c12
Fixed bug in automatic submission
|
3 vuotta sitten |
laira
|
f6d2f0e419
on moodle version, implemented automatic submition after every level
|
3 vuotta sitten |
laira
|
d0c8cb22d6
all game files are stored in new directory /js/games/
|
3 vuotta sitten |
laira
|
a35cb6e9ed
bug fix - percent text on map screen wasnt updating
|
3 vuotta sitten |
laira
|
63028a4ab7
created README.md file
|
3 vuotta sitten |
laira
|
add997bd9b
changed the object/state 'studentReport' to its own file (/js/studentReport.js)
|
3 vuotta sitten |
laira
|
c70de34989
now in moodle mode the student/professor can see information for a already played game
|
3 vuotta sitten |
laira
|
f5fa48dc3d
now the same ifractions can be used both inside and ouside moodle by setting boolean variable 'moodle'
|
3 vuotta sitten |
laira
|
0da715460a
documented gameMechanics.js
|
3 vuotta sitten |
laira
|
bf1342d7e6
Renamed variables
|
3 vuotta sitten |
laira
|
194434e681
In the process of changing the menu gui
|
3 vuotta sitten |
laira
|
e736b6227e
finished converting tab to spaces
|
3 vuotta sitten |
laira
|
f3f7d560fa
implemented game states
|
3 vuotta sitten |
laira
|
e4b3d4bd29
- Menu GUI changes: changed menu and difficulty screens to make game selection more intuitive (deleted difficulty.js and menu.js now handles two states - menuScreen and menuScreenCustom)
|
3 vuotta sitten |
laira
|
36b637c257
* Removed framework Phaser from iFractions
|
3 vuotta sitten |
laira
|
38eadd22a1
now 'audio' and 'language' files are loaded using Fetch API and no longer need phaser to work
|
4 vuotta sitten |
laira
|
f0a353c9c0
Bugs:
|
4 vuotta sitten |
lairaalmas
|
69f7a0ade2
in the process of fixing bugs, refactoring and commenting the code | setting fraction labels ON/OFF was put back in the game - now on the difficulty screen | in the process of defining default text styles to be used | fixed some GUI differences in similar contexts | now holds language name instead of object in php connection
|
4 vuotta sitten |
lairaalmas
|
d7eb1f8f54
in the process of fixing bugs, refactoring and commenting the code | isolated 'difficulty' and 'end' states due to repetitive code (code still need some cleaning)
|
4 vuotta sitten |
lairaalmas
|
795e0e6a7e
phaser files changed from ./js to ./js/phaser | deleted jquery.min.js because it wasn't being used | updating variable declaration from var to let/const due to scope problems | code refactoring
|
4 vuotta sitten |
lairaalmas
|
789cf0b8ba
grammar check | in the process of changing the main menu screen to expand as more levels are added | *ON/OFF labels* options were removed from the main menu screen and are to be added to the, now, difficulty screen | in the process of making the code easier to change in the future
|
4 vuotta sitten |
lairaalmas
|
3ec0e0eeb1
changed file save.php to a proper folder
|
5 vuotta sitten |
lairaalmas
|
2fae6fda60
Fixed game progress percentage blocks that were not behaving according to value | fixed a bug in which after clicking the back icon, the game wouldnt restart the players progress when restarting a level | now map.js manages the map in all the levels due to their similarities
|
5 vuotta sitten |