Commit Graph

27 Commits

Author SHA1 Message Date
985a58b112 Remove debug messages 2020-09-11 21:38:33 +02:00
51699740ab TETRIS: separate into multiple files, add options 2020-09-11 21:34:43 +02:00
c7f3e7c741 TETRIS: lines 2020-09-11 14:24:54 +02:00
625e7866a4 TETRIS: Show shadow of where the piece will fall 2020-09-10 16:50:36 +02:00
3cc5c4192a Add option to make window resizable, fix scaling 2020-08-24 22:14:26 +02:00
93d47d9883 Add save/restore to scene 2020-08-24 18:21:03 +02:00
9daf4b373d Mark getPos as const 2020-08-24 16:33:53 +02:00
aaaf668616 Remove object from collisions as well when killing it 2020-08-23 15:30:31 +02:00
a995ba3b85 Some basic formatting 2020-08-23 09:50:05 +02:00
05ac3cb90a Add proper text rendering 2020-08-23 09:47:31 +02:00
eec97302bb Check if font loaded 2020-08-23 01:14:59 +02:00
6acfff3e8f Changes done during tetris development 2020-08-23 01:08:10 +02:00
27274c7242 Remove useless couts 2020-08-22 14:31:41 +02:00
7e67bebae2 Pause menu 2020-08-22 14:29:39 +02:00
94aed4cd02 Render polygon BEFORE collisions 2020-08-22 14:15:12 +02:00
bf0d08ae16 Add pause scene, make custom movement easier to implement 2020-08-22 14:13:28 +02:00
329ef7f40f Add text and rendering of color rectangles 2020-08-22 13:17:56 +02:00
618786f885 Destroyable 2020-08-21 21:40:15 +02:00
eaa463fb85 Add circle render 2020-08-21 20:53:21 +02:00
12c6c9049f Update colliders when updating render objects 2020-08-21 19:49:42 +02:00
ea7dff32a2 Add hiding of stuff and scene pause 2020-08-21 18:54:42 +02:00
77d5f9a8cb Add option to show coliders (only rect so far) 2020-08-21 18:32:15 +02:00
9db93cd72c Add infinite rectangles, make scene move when player gets near the screen's edge 2020-07-28 19:35:31 +02:00
847b5cbd8e Add death drop 2020-07-28 18:13:38 +02:00
9c1fef7a86 Make rendering dependant on smaller side only 2020-07-28 14:46:48 +02:00
9195be85d0 Gravity + jumping 2020-07-27 20:05:59 +02:00
3f61cd59ba Working, terrible code, but working 2020-07-26 22:37:20 +02:00