Commit graph

99 commits

Author SHA1 Message Date
Lonami Exo 759f787cd0 Make UI images look cleaner (not light grey) 2017-03-03 17:05:30 +01:00
Lonami Exo ac364e7c67 Add clearer "creating themes" instructions 2017-03-03 16:56:47 +01:00
Lonami Exo 2833055390 Improve generate_theme.py script 2017-03-03 16:38:57 +01:00
Lonami Exo 2e864b0017 Allow buying "non-free" themes 2017-03-03 13:43:51 +01:00
Lonami Exo 3ef87fecd3 Add money system 2017-03-02 21:08:35 +01:00
Lonami Exo 32a8e70129 Add money band to the customize screen 2017-03-02 20:44:35 +01:00
Lonami Exo 8c6a6cebfa Add ok/cancel textures 2017-03-02 19:06:29 +01:00
Lonami Exo 5bbe637540 Show earned clear time rather than score on time mode 2017-03-01 17:39:39 +01:00
Lonami Exo eeb43d5e4f Add fade out/in transition between screens 2017-02-23 21:15:21 +01:00
Lonami Exo a8dc942bc2 Make the board an attribute of the piece holder 2017-02-21 21:12:52 +01:00
Lonami Exo 46214456f1 Tiny improvement to toggle settings 2017-02-21 21:11:04 +01:00
Lonami Exo 05d1e99117 Allow snap to grid (closes #14) 2017-02-21 21:08:08 +01:00
Lonami Exo f1b05d4c79 Fix themes not being shown on desktop 2017-02-19 15:08:01 +01:00
Lonami Exo 43483cc950 Update to v0.4 2017-02-18 20:07:45 +01:00
Lonami Exo 26eb958116 Use normal scoring system for time mode 2017-02-18 20:00:15 +01:00
Lonami Exo f997a099ef Make time mode (a lot) harder (closes #6) 2017-02-18 19:47:19 +01:00
Lonami Exo 1c93589c77 Increase drag speed (closes #3) 2017-02-16 20:44:49 +01:00
Lonami Exo b8d931adf3 Swap background and cell colors (closes #4) 2017-02-15 16:09:42 +01:00
Lonami Exo 3403989eff Update .gitignore 2017-02-11 14:17:02 +01:00
Lonami Exo af39913cfb Prevent missing themes from crashing the game 2017-02-11 14:13:01 +01:00
Lonami Exo 18f864f418 Allow higher scoring customization for Scorers 2017-02-11 14:04:33 +01:00
Lonami Exo b94907162c Update to v0.3 2017-02-10 19:42:09 +01:00
Lonami Exo 15b836efd9 Use a different font and color for the bonus 2017-02-10 18:54:06 +01:00
Lonami Exo eb5591bcef Improve piece holder drop piece 2017-02-10 18:39:02 +01:00
Lonami Exo d5f778240d Show bonus score after clearing strips (closes #7) 2017-02-10 18:28:07 +01:00
Lonami Exo 1d30887a44 Add bonus particle system class 2017-02-10 18:17:30 +01:00
Lonami Exo ae3ccf01c1 Show current score on time mode (closes #5) 2017-02-10 17:35:43 +01:00
Lonami Exo 0fb83b69c3 Allow clicking on empty space to pick the piece (#3) 2017-02-10 13:59:25 +01:00
Lonami Exo 2dea9274cf Fix piece rotation not being saved 2017-02-10 13:43:57 +01:00
Lonami Exo 3407851c84 Fix invalid piece locations after loading a saved game 2017-02-10 13:43:57 +01:00
Lonami Exo 07bec548b6 Add serialization versioning 2017-02-10 13:31:40 +01:00
Lonami Exo c02c00ee64 Save on pause, don't save time mode, ignore *.sav files 2017-02-10 13:14:15 +01:00
Lonami Exo f954766d99 Add visual feedback when a game was saved 2017-02-09 21:09:04 +01:00
Lonami Exo 6ab176cbc3 Fix saving time mode state, delete save after loading 2017-02-09 20:45:51 +01:00
Lonami Exo 8a103f9533 Save the game state on pause (closes #1) 2017-02-09 20:34:23 +01:00
Lonami Exo 67d74936d2 Add binary serializer, make game classes serializable 2017-02-09 19:04:03 +01:00
Lonami Exo 6d2501b022 Fix theme change not being updated everywhere 2017-02-08 18:29:28 +01:00
Lonami Exo da08fb0420 Update to v0.2.1 2017-02-08 17:20:16 +01:00
Lonami Exo c302a4b5b4 Limit holder's cell size to match board's size (closes #2) 2017-02-08 15:58:45 +01:00
Lonami Exo 07fed37697 Replace post-increment with pre-decrement 2017-02-06 16:22:47 +01:00
Lonami Exo 0aba6d1724 Update to v0.2 2017-02-05 17:21:39 +01:00
Lonami Exo 077f1919a4 Theme pause band 2017-02-05 17:12:29 +01:00
Lonami Exo ed8aabbed0 Update links 2017-02-05 16:48:52 +01:00
Lonami Exo e6fb6b78e4 Allow returning to play mode after time dead 2017-02-05 16:32:19 +01:00
Lonami Exo b760fe20cb Don't allow putting pieces after game over 2017-02-05 16:28:45 +01:00
Lonami Exo d31991a7af Do not cover the piece with the finger on mobile 2017-02-05 15:46:07 +01:00
Lonami Exo 206b93968f Add time mode button 2017-02-05 15:26:12 +01:00
Lonami Exo 6dd3861f0e Save time mode high score 2017-02-05 14:55:39 +01:00
Lonami Exo d35c8481e5 Pause menu now pauses the time mode*
Also conserve gamemode on "Replay"
2017-02-05 13:22:40 +01:00
Lonami Exo bf0fa208f5 Add an abstract base scorer (reuse code) 2017-02-04 20:24:46 +01:00