summaryrefslogtreecommitdiff
path: root/main.lua
AgeCommit message (Expand)Author
2017-08-31Make sure held keys will send repeat signalsDavid McMackins II
2017-08-30Add typing functionDavid McMackins II
2017-08-28Move GUI to generic file to make adding new component types simplerDavid McMackins II
2017-08-03Change license to COIL 0.5David McMackins II
2016-02-27Add starting menu stateDavid McMackins II
2016-02-26Change to state-based gameDavid McMackins II
2016-01-29Allow multiple buttons' release triggers to activateDavid McMackins II
2016-01-29Improve button graphics and behaviorDavid McMackins II
2016-01-27Disallow splitting if size less than starting sizeDavid McMackins II
2016-01-17Move board squares on top of gridDavid McMackins II
2016-01-16Fixed new input changes for LOVE 0.10David McMackins II
2016-01-05Remove window size function name hackDavid McMackins II
2016-01-03Bump copyright year for changesDavid McMackins II
2016-01-03Fix bug where kings could be duplicated by splitting into one's own back rowDavid McMackins II
2016-01-03Add hack for window properties to work properly in LÖVE 0.10.xDavid McMackins II
2015-11-07Fix win condition when only two pieces are presentDavid McMackins II
2015-11-07Improve comments in draw functionDavid McMackins II
2015-11-07Add author logoDavid McMackins II
2015-11-06Add reset button and winner textDavid McMackins II
2015-11-06Remove debug infoDavid McMackins II
2015-11-06Fix bug where a normal move to a blocked space would pass the turn instead of...David McMackins II
2015-11-06Add ability to split piecesDavid McMackins II
2015-11-05Fix bug where pieces could lose their king statusDavid McMackins II
2015-11-04Add simple movement and absorptionDavid McMackins II
2015-10-30Now accounting for king status when checking move validityDavid McMackins II
2015-10-28Move mouse coordinate variables closer to where they are usedDavid McMackins II
2015-10-27Improve move selectionDavid McMackins II
2015-10-22Remove angle debug displayDavid McMackins II
2015-10-21Significantly improve piece selection and movement controlsDavid McMackins II
2015-08-16Now drawing a box around selected pieceDavid McMackins II
2015-08-15Removed debug codeDavid McMackins II
2015-08-07Fixed mouse click point detectionDavid McMackins II
2015-07-27Begin implementing piece selectionDavid McMackins II
2015-07-19Added turn trackerDavid McMackins II
2015-07-18Added trigger for escape keyDavid McMackins II
2015-07-17Changed board square size to functionDavid McMackins II
2015-07-17Using built-in function for the background colorDavid McMackins II
2015-07-17Shortened grid draw loopsDavid McMackins II
2015-07-16Brightened piece textureDavid McMackins II
2015-07-16Now initializing board piecesDavid McMackins II
2015-07-16Implemented board and background graphicsDavid McMackins II
2015-07-05Initial commitDavid McMackins II