38 Commits

Author SHA1 Message Date
b91883b3b8 Mike: created ability to do 'table = GameState.load(SAVE_FILE) 2017-07-30 21:03:49 -07:00
d75e61bba9 Mike: Save/Load should work now; TODO updated 2017-07-30 20:33:43 -07:00
b47de49830 mike: Updated TODO 2017-07-26 20:16:01 -07:00
80a67f16b9 mike: Added stupid stuff 2017-07-25 22:19:56 -07:00
47d1c9192e mike: Added colors; made ball a ball 2017-07-25 21:47:00 -07:00
e7bc457cd5 mike: added LICENSE 2017-07-25 21:36:13 -07:00
5408419d30 mike: removed Tserial.lua lib 2017-07-25 21:34:58 -07:00
acc341103f mike: updated TODO 2017-07-25 21:33:40 -07:00
46c7910eaa mike: placed ball and player into an 'actors' table; blocks will also go here 2017-07-25 21:31:57 -07:00
e6c1ecb364 mike: implemented my own saving; added .gitignore for savefiles 2017-07-25 21:25:45 -07:00
48611008dc mike: Added testing file slated to replace tserial 2017-07-25 20:20:57 -07:00
af9aef995e mike: Added a couple comments and an FPS counter 2017-07-25 18:45:06 -07:00
091e055841 mike: Now resepcts delta time (dt) 2017-07-25 18:41:25 -07:00
beb04e1451 mike: Rewrote paddle col detection; removed comments; less reliance on global variables 2017-07-25 18:31:15 -07:00
ff386b2c75 mike: added todo 2017-07-22 17:01:54 -07:00
c866e889d7 mike: changed col_detect to screen_col_detect; speed up ball; paddle now has collison detection and reversing ability 2017-07-22 16:43:07 -07:00
841c7a8706 mike: Added function to create object; created bouncing ball 2017-07-22 15:45:12 -07:00
3953d079d6 mike: Added half movement speed key; added variables for keys 2017-07-22 14:54:36 -07:00
4235950bcc mike: doubled movement speed 2017-07-22 14:54:01 -07:00
32ae6f27b1 mike: Commented out love version for great justice 2017-07-22 14:53:13 -07:00
115c8a46d8 mike:Not sure 2017-07-16 13:15:47 -07:00
f028d9d4fe love:mike moved function into it's own library; moved libs to lib folder 2017-07-05 07:22:58 -07:00
7e844925e8 love:mike: Blocked player y movement; changed player position 2017-07-05 07:18:32 -07:00
65c418d006 love:mike init 2017-07-05 07:11:51 -07:00
324a960afb Love: Added nothing example 2017-05-13 19:04:25 -07:00
11e2f046c3 hexgrid: moved grid to start fromcenter 2016-11-27 19:43:46 -07:00
259a96370b hexgrid: Create grid x axis implemented 2016-11-27 18:51:20 -07:00
31e148bf48 hexgrid: created formula to determine offset 2016-11-27 17:38:20 -07:00
e1dc884af6 hexgrid: created a hex 2016-11-27 16:54:36 -07:00
dc86672f5a love: added square grid example;added hex example 2016-11-27 14:34:01 -07:00
14a36ae366 Tommy: Added screen edge detection 2016-11-25 18:18:31 -07:00
fe2e540963 Tommy: Added tons of comments; added total speed check 2016-11-25 17:13:59 -07:00
117d58ad61 tommy: fixed Readme 2016-11-25 16:35:07 -07:00
d178307d1e tommy: added engine kill switch 2016-11-25 16:32:28 -07:00
d9c349b1c0 Added decel 2016-11-25 16:14:38 -07:00
b9393dda5f Added accel to all directions; moved accel to function 2016-11-25 14:52:16 -07:00
59a303d122 Added acceleration 2016-11-25 14:31:39 -07:00
249581fd9c Added love folder and tommy 2016-11-25 03:52:53 -07:00