index
:
sokoban
master
Basic clone of Sokoban using FLTK
Jed Barber
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-04-18
Fixed Include/Insert mixup in A* algorithm
HEAD
master
Jedidiah Barber
2025-04-18
Consolidated image data
Jedidiah Barber
2025-04-18
Removed pointless Min/Max functions
Jedidiah Barber
2025-04-16
Fixed duplicate shared data install
Jedidiah Barber
2025-04-16
Added credits/license header to source
Jedidiah Barber
2025-04-16
Added readme
Jedidiah Barber
2025-04-16
Code style improvements, constants marked as constant
Jedidiah Barber
2025-04-16
Sokoban can now find itself to find shared data after install
Jedidiah Barber
2025-04-15
More detailed project file, installs shared data correctly
Jedidiah Barber
2025-04-15
Bugfix for Get_Contents precondition check
Jedidiah Barber
2025-03-02
Keeping up to date with minor rename in FLTK binding
Jedidiah Barber
2018-05-15
Updated to bring into line with FLTK binding
Jed Barber
2017-08-06
Sunset license added
Jed Barber
2017-08-06
Factored out some trivial bits into Misc, made coding style more consistent
Jed Barber
2017-08-06
Mouseclick pathing now implemented
Jed Barber
2017-08-05
Undo and level/move number display boxes added
Jed Barber
2017-08-05
All keyboard controls now working except undo
Jed Barber
2017-07-30
Basic game framework done, lacking any user input
Jed Barber