0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 19 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added default theme code... need to add theme switching code. More... over 20 years ago
added the themes folder with the default image theme More... over 20 years ago
added stuff for images More... over 20 years ago
Initial checkin More... over 20 years ago
Minor bug fixes... More... almost 22 years ago
'Restart current round' now works for randomly generated puzzles... WOO-HOO! More... almost 22 years ago
test More... almost 22 years ago
testing More... almost 22 years ago
Minor change to LightsOutBoard to make this suitable for Beta2 More... almost 22 years ago
Added a solve() method to LightsOutBoard. This method uses the MathWiz.getHint() method to get the solution and then presses the appropriate buttons. The only trouble is that a pause is needed for the UI to update so the user can actually see the buttons being pressed. More... almost 22 years ago
Reworked the randomize() method of LightsOutBoard to have the random puzzle require at least 10 moves to solve (kinda high if you ask me). This will lead to setting that minimum number of moves based on a skill level chosen by the user. More... almost 22 years ago
Added in David Guichard's code to determine whether the game is solveable and how to solve any puzzle in the least number of moves... Thanks David! More... almost 22 years ago
Now the theme switching does not rely on writing to file. Added getState() and setState() to LightsOutBoard to handle this. More... almost 22 years ago
This is the webpage as static web project. More... almost 22 years ago
Small fix for the saveToFile method. The high scores were overwriting the output instead of appending to it. More... almost 22 years ago
Added a general model for dealing with best scores. Added a bestScores array with standard get/set methods, as well as having the best scores be read and saved.. by the reading and saving functions for rounds. More... almost 22 years ago
Changed the window title... no big deal. More... almost 22 years ago
Fixed window positioning of About and GameOver dialogs to be centered on the game board. More... almost 22 years ago
Now themes can be changed mid-game without affecting gameplay. WOO-HOO! More... almost 22 years ago
Window placement now in the center of the screen. Separated out the version number as a variable in LightsOutWindow. More... almost 22 years ago
This is the initial import. More... almost 22 years ago