|
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 |
|
|
12d59eb84f
|
lisp:landoflisp: added 'random practice'
|
2017-07-22 14:52:32 -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 |
|
|
4c63f5ee18
|
lisp:land-of-lisp:ch7
|
2017-07-04 20:51:40 -07:00 |
|
|
fcce94e59f
|
lisp:land-of-lisp:ch6
|
2017-06-25 18:33:48 -07:00 |
|
|
6215a98407
|
lisp:land-of-lisp:ch5
|
2017-06-24 21:43:28 -07:00 |
|
|
187b842f0c
|
ideas: dont-break-the-chain
|
2017-06-23 02:18:32 -07:00 |
|
|
0d49347cb7
|
Added lisp along with some study work
|
2017-06-23 02:16:42 -07:00 |
|
|
0523d93916
|
Ideas: Updated
|
2017-06-13 21:35:02 -07:00 |
|
|
ccf758a95b
|
ideas: updated jekyll_helper.txt
|
2017-05-18 10:17:36 -07:00 |
|
|
7f31fefe6b
|
lua: added time
|
2017-05-18 10:17:16 -07:00 |
|
|
b8a9aa26e4
|
cpp:io: Added unlimited input example
|
2017-05-13 19:42:59 -07:00 |
|
|
dc6fbd67ed
|
cpp:loops: Added for example
|
2017-05-13 19:29:53 -07:00 |
|
|
e0ce183060
|
cpp:loops: Added while example
|
2017-05-13 19:24:46 -07:00 |
|
|
724f05cbef
|
cpp:io: added additional comments for clarity
|
2017-05-13 19:08:35 -07:00 |
|
|
4dabc47832
|
cpp: added cpp folder and io example
|
2017-05-13 19:06:25 -07:00 |
|
|
7ea30b14d1
|
Python: added curses folder and init example
|
2017-05-13 19:05:27 -07:00 |
|
|
324a960afb
|
Love: Added nothing example
|
2017-05-13 19:04:25 -07:00 |
|
|
4a670195df
|
Added ideas for jekyll helper
|
2017-05-13 19:03:50 -07:00 |
|
|
1a16a1bd76
|
Python: added data.txt for some reason
|
2017-05-10 15:05:27 -07:00 |
|
|
29469232db
|
Lua: added classes concept
|
2017-05-10 15:04:18 -07:00 |
|
|
50736928e4
|
Python: added labg
|
2017-05-10 15:03:47 -07:00 |
|
|
0af466d2a9
|
ideas: added some
|
2017-04-20 18:28:30 -07:00 |
|
|
76c37e3741
|
python: added some school stuff
|
2017-04-20 18:28:14 -07:00 |
|
|
4da60d9943
|
idea: platformer love design doc
|
2017-04-11 19:57:15 -07:00 |
|
|
2a38448585
|
Added rust to practice
|
2017-04-11 16:17:19 -07:00 |
|
|
f6a827b078
|
Added ideas
|
2017-04-11 16:16:48 -07:00 |
|
|
ef78a547ad
|
Added python; stepwise example
|
2017-04-11 16:16:33 -07:00 |
|
|
53bf1e4edf
|
Added rust to practice
|
2017-03-29 12:42:23 -07:00 |
|
|
3c3a83f482
|
inherit: Added comments
|
2017-01-25 20:41:39 -07:00 |
|
|
defc028857
|
inherit: Added copying as template
|
2017-01-25 20:38:42 -07:00 |
|
|
bab718905d
|
inherit: Added Second Car
|
2017-01-25 20:35:49 -07:00 |
|
|
301d91a371
|
inherit: Used variables different from strings
|
2017-01-25 20:32:44 -07:00 |
|
|
74fa6bea32
|
Added: inherit
|
2017-01-25 20:14:19 -07:00 |
|