Commit graph

67 commits

Author SHA1 Message Date
b6805f7164 Format the code using clang-format 2025-05-31 23:01:17 +02:00
80a0919c3f Add different world and plane types 2025-05-31 20:22:54 +02:00
c46779d92c Don't set the BitmapIO path again 2025-05-31 00:14:57 +02:00
9cd2979ece Remove a redundant comment 2025-05-31 00:13:35 +02:00
64311c8a4d Update the plane animtion on the start 2025-05-31 00:08:01 +02:00
c82dcc9081 Update the scrolling speed in each update function 2025-05-31 00:06:06 +02:00
ccd0697ab3 Some architectural changes 2025-05-31 00:02:16 +02:00
b412c992ee Make the game go faster after some time 2025-05-30 20:10:19 +02:00
2d7277efec Add game state and some UI 2025-05-30 19:57:30 +02:00
9cfee49590 Add tappyplane; Fix design problems
TappyPlane is the new QuickWings using the Kenney assets
2025-05-30 17:27:11 +02:00
Hartmut Seichter
42a0d56173 add some notes about design problems in quickwings 2025-05-25 14:12:20 +02:00
Hartmut Seichter
aea5ca958a update to contributors and ideas files 2025-05-25 14:03:25 +02:00
Hartmut Seichter
317cde6fa1 - update copyright
- add instructions for cross-compilation
- add utility function for Windows and Linux executable path
2025-05-25 12:31:16 +02:00
Hartmut Seichter
a4f6803c35 remove deprecated GLFW calls and tame clang-format 2025-05-22 22:39:05 +02:00
Hartmut Seichter
a12adc1a34 added clangd cache folder 2025-05-22 22:25:19 +02:00
Hartmut Seichter
3e0775aba6 update GLFW 2025-05-22 22:23:35 +02:00
Hartmut Seichter
1779f750ff added CC0 assets from kenney.nl to replace the existing ones 2024-06-04 22:00:57 +02:00
Hartmut Seichter
cdf2cbd6c0 add more info about performance issues 2024-06-04 21:35:12 +02:00
b9faf6c22c add a excerpt for perf run showing performance issues 2024-05-30 09:07:24 +02:00
Hartmut Seichter
d1f0ad538e some additional ideas 2024-05-30 08:13:44 +02:00
Hartmut Seichter
8375917b35 add some 'inspiration' for work in the course ParadiSE 2024-05-30 08:10:06 +02:00
a61d10bb56 removed cruft from quickwings 2024-05-28 23:33:10 +02:00
6abdc90a3a Merge branch 'brxxh-main' 2024-05-28 23:20:43 +02:00
945adb53c9 updated copyright 2024-05-28 23:16:19 +02:00
e92dadaf4d properly use std::clamp 2024-05-28 23:06:08 +02:00
b124afdedf final quickwings commit 2023-11-24 18:45:37 +01:00
e37a74137d fixed grass again, didn't help lol 2023-11-24 18:13:58 +01:00
5a9eb10507 finally added pipes + collision 2023-11-24 17:43:17 +01:00
ba56c0d911 Started working on pipes collision (WIP) 2023-11-23 21:40:00 +01:00
68915cb24b Added test pipe sprite to quickwings (random pos) 2023-11-23 20:10:35 +01:00
6ae437ef75 Setted window "spawn point" to middle of screen 2023-11-23 19:17:57 +01:00
7a3afe1281 Addded game over to quickwings 2023-11-23 18:59:30 +01:00
500464fa73 Added welcome-message 2023-11-23 18:19:24 +01:00
2a42731628 fixed quickwings, added me to readme, fixed readme 2023-11-23 17:49:07 +01:00
b9c7ce3b48 update readme in regard of toolchains 2023-10-11 14:17:51 +02:00
ddb62cb395 fix for Visual Studio Build Tool 2022 2023-10-11 14:08:19 +02:00
97697d2d7a fix readme 2023-10-10 18:05:38 +02:00
5e6630a92d refactored example by Robin 2023-10-10 17:59:48 +02:00
f452b40000 Merge pull request 'Flappy bird' (#3) from robin_rottstaedt/paradiso:main into main
Reviewed-on: Hartmut/paradiso#3

Pull request needs revised naming for the example but seems good to go and inlined. Thanks
2023-10-10 15:54:00 +02:00
40e4b160df sync with left over changes 2023-10-10 15:43:37 +02:00
Robin Rottstädt
14992d0939
Added framecap 2023-09-23 23:51:13 +02:00
Robin Rottstädt
7cbc525dc6
CMakeList cleanup and import fix 2023-09-23 22:59:46 +02:00
Robin Rottstädt
9b57ca68c6
Add flappy bird 2023-09-23 22:12:50 +02:00
Robin Rottstädt
237102965b
load bitmap from vector 2023-09-23 22:12:21 +02:00
f0316c3205 another minor clean up 2023-07-03 20:12:11 +02:00
227d4a8648 small update for and credits 2023-07-03 19:54:43 +02:00
7bd011429b Merge pull request 'Fix for windows-users' (#2) from Timeplex/paradiso-win:main into main
Seems a good first start. Thanks!
2023-07-03 19:50:04 +02:00
Tim
d6dcc1aaec Removed fork information for pull request 2023-07-03 18:39:58 +02:00
087ae62db5 Fixed typo 2023-07-03 18:02:42 +02:00
Tim
3739c80335 fixed typo 2023-07-03 17:11:01 +02:00