- Видео 77
- Просмотров 96 079
Przemek Bądaruk
Добавлен 7 фев 2008
LÖVE Super Mario Bros World 8
#mario #love #lua #game
The game is written in the LÖVE framework. Gameplay contains world 8. The entire game contains 8 worlds. Source code:
github.com/Przemekkkth/love-super-mario-bros
Other LÖVE games:
love2d.org/forums/viewtopic.php?t=95266
The game is written in the LÖVE framework. Gameplay contains world 8. The entire game contains 8 worlds. Source code:
github.com/Przemekkkth/love-super-mario-bros
Other LÖVE games:
love2d.org/forums/viewtopic.php?t=95266
Просмотров: 1 028
Видео
LÖVE Super Mario Bros World 7
Просмотров 1,3 тыс.День назад
#mario #love #lua #game The game is written in the LÖVE framework. Gameplay contains world 7. The entire game contains 8 worlds. Source code: github.com/Przemekkkth/love-super-mario-bros Other LÖVE games: love2d.org/forums/viewtopic.php?t=95266
LÖVE Super Mario Bros World 6
Просмотров 1,8 тыс.День назад
#mario #love #lua #game The game is written in the LÖVE framework. Gameplay contains world 5. The entire game contains 8 worlds. Source code: github.com/Przemekkkth/love-super-mario-bros Other LÖVE games: love2d.org/forums/viewtopic.php?t=95266
LÖVE Super Mario Bros World 5
Просмотров 1,8 тыс.День назад
#mario #love #lua #game The game is written in the LÖVE framework. Gameplay contains world 5. The entire game contains 8 worlds. Source code: github.com/Przemekkkth/love-super-mario-bros Other LÖVE games: love2d.org/forums/viewtopic.php?t=95266
LÖVE Super Mario Bros World 4
Просмотров 2,9 тыс.День назад
#mario #love #lua #game The game is written in the LÖVE framework. Gameplay contains world 4. The entire game contains 8 worlds. Source code: github.com/Przemekkkth/love-super-mario-bros Other LÖVE games: love2d.org/forums/viewtopic.php?t=95266
LÖVE Super Mario Bros World 3
Просмотров 833День назад
#mario #love #lua #game The game is written in the LÖVE framework. Gameplay contains world 3. The entire game contains 8 worlds. Source code: github.com/Przemekkkth/love-super-mario-bros Other LÖVE games: love2d.org/forums/viewtopic.php?t=95266
LÖVE Super Mario Bros World 2
Просмотров 1,6 тыс.День назад
#mario #love #lua #game The game is written in the LÖVE framework. Gameplay contains world 2. The entire game contains 8 worlds. Source code: github.com/Przemekkkth/love-super-mario-bros Other LÖVE games: love2d.org/forums/viewtopic.php?t=95266
LÖVE Super Mario Bros World 1
Просмотров 2,2 тыс.День назад
#mario #love #lua #game The game is written in the LÖVE framework. Gameplay contains world 1. The entire game contains 8 worlds. Source code: github.com/Przemekkkth/love-super-mario-bros Other LÖVE games: love2d.org/forums/viewtopic.php?t=95266
LÖVE Battle City
Просмотров 4622 месяца назад
#love2d #lua #game #battlecity This project based on: en.wikipedia.org/wiki/Battle_City Source code: github.com/Przemekkkth/love-battle-city Other LÖVE games: love2d.org/forums/viewtopic.php?t=95266
LÖVE Twini Golf
Просмотров 2303 месяца назад
#lua #love2d #game #golf This project based on: ruclips.net/video/iEn0ozP-jxc/видео.html Source code: github.com/Przemekkkth/love-twini-golf Other LÖVE games: love2d.org/forums/viewtopic.php?t=95266
Blackjack Qt/C++
Просмотров 774 месяца назад
#blackjack #qt #cpp #cardgame Blackjack is a popular card game. The app is written in Qt framework. Source code: github.com/Przemekkkth/blackjack-qt Other Qt-games: forum.qt.io/topic/137223/simple-qt-c-games
LÖVE Chrome Dino
Просмотров 6364 месяца назад
#chrome #dino #lua #love2d #LÖVE Love Dino Chrome - a replica of the hidden game from Chrome offline mode written in LÖVE. Source code: github.com/Przemekkkth/love-dino-chrome Other LOVE2D games: love2d.org/forums/viewtopic.php?t=95266
Chrome Dino Qt/C++
Просмотров 1314 месяца назад
#chromedino #qt #cpp #game #sourcecode Chrome QDino - a replica of the hidden game from Chrome offline mode written in Qt. Source code: github.com/Przemekkkth/chrome-qdino Other Qt games: forum.qt.io/topic/137223/simple-qt-c-games
Bomberman Qt/C++
Просмотров 1895 месяцев назад
#cpp #qt #bomberman Remake of Bomberman written in C and Qt. This is a Qt/C fork of the [C SFML Bomberman Game](github.com/PiGames/Bomberman). Source code: github.com/Przemekkkth/QBomberman Other Qt-games: forum.qt.io/topic/137223/simple-qt-c-games
Top Down Shooter SFML/C++
Просмотров 1686 месяцев назад
#cpp #c #sfml #topdownshooter #game Top Down Shooter is an engaging and fast-paced 2D shooting game developed using the SFML framework. In this game, players navigate a character from a top-down perspective, aiming to defeat waves of enemies and achieve high scores. The game features smooth controls, dynamic gameplay, and visually appealing graphics.
Super Mario Bros
I love that world as well
The hand is from wolfentein 3D
0:28 0:29 0:29 0:30 0..28
amazing work
Zajebiste, jak byłem mały to grałem w to na Pegasusie, później na pececie
Can you please to make tutorial how to build this game from nothing? It looks very interesting!
@darkfrei2 Hi! I found Battle City project on Github which is written in C++(SDL). I've ported it to LÖVE.
w
😂🎉😢😮😮😅😊😅😅😮😮😅😅😊😊😊😊😅😅😅😊😊😊 um
Really cool project. You should probably try to make the bounding box of the enemy sprite slightly bigger so it’s harder to miss shots
Thanks for comment. Now instead of using AABB collision mode, simply calculate the distance between the objects' centers. If, for example, it is smaller than 16px, it means that a collision occurs. I used this collision mode because I set setOrigin to the middle for all sprites.
👍
Hello! Can you make a tutorial? I want to create my own game, but I can’t seem to make the character move, I need him to walk left and right, and also be able to jump
Pls
I will think about that. Shortly look at handlePlayerInput func. You can see there how character can move.
@@przemekkth Thank you:)
@@przemekkth is this function for sfml? I just know how to work only in qt creator
This project uses Qt/C++. In the film description is link to the repo. You can implement this in SFML in a similar way.
Fajne, muzyka jak w megamenie :)
I'm made in the 90s, bro ;)
Promo-SM 😊
Very good!
bro can you please provide me the source code .
Hi! In the video description there is a link to the repository where you can download the source code.
@@przemekkth Thankyou for the code .
hmm, I am thinking of making a game called Kangaroo jump. I will simply replace the person with a Kangaroo and I will not add any sounds also i will implement a life system so each player has 3 lifes.
seria genial un tutorial de como lo hiciste
Hola, en la descripción del vídeo hay un enlace al repositorio donde puedes ver el proyecto completo. Descárgalo y pruébalo. Desde esta perspectiva puedes ver cómo funciona la aplicación. [Respuesta del traductor generada]
THE WALLS CHANGE COLOR THE CLOSER YOU GET!
It’s lighting By the way
Thats how it works actually
@@lordjackson121nuh uh :troll:
This is so neat❤😊 looks like you did a great job
Thank you.
super 😁👍
Great, bravo!
👍
Awesome! Keep it up
Марио на минималках
Is fake game
This is game compiled from source code(link in description) by Qt. Every body can do it and test or play.
p̲r̲o̲m̲o̲s̲m̲ 💦
👍
👍
dejavu ruclips.net/video/dv13gl0a-FA/видео.html
remember me when your channel gets 1 million subscriber
ok ;D
ok
thank you
░p░r░o░m░o░s░m░