Making A Game In The Worst Game Engine Ever | Python Game Jam

  Рет қаралды 12,864

ButWhyLevin

ButWhyLevin

2 жыл бұрын

Sometimes the game engine isn't even a game engine. Sometimes, its a program designed for beginners to learn python.
Use this link to check out the Unity Asset Store's 2021 Black Friday Sale from Nov 15 to Dec 4:
prf.hn/l/7Q88WJq
Wishlist Couch Combat on Steam: store.steampowered.com/app/16...
My Discord Server: / discord
Get the Game: butwhylevin.itch.io/couch-combat
My Twitter: / whylevin
Music Used:
Omori - Clams Clams Clams
• OMORI OST - 104 Clams ...
Katana Zero - Chinatown
• Chinatown
Hunter X Hunter - All I Need Is MONEY!
• Hunter x Hunter (2011)...
DefStarz - Switch
• Daft Punk x Michael Ja...
All my stock videos are from Pexels, which have many high-quality free stock videos!

Пікірлер: 44
@Wishbone_Games
@Wishbone_Games 2 жыл бұрын
"So, i decided to use a different game engine to unity,.... Anyways, this video is sponsored by unity-"
@ButWhyLevin
@ButWhyLevin 2 жыл бұрын
Shhh, don’t tell them
@Wishbone_Games
@Wishbone_Games 2 жыл бұрын
@@ButWhyLevin hahahahaha I won't don't worry
@aaronnice9963
@aaronnice9963 2 жыл бұрын
@@ButWhyLevin 👀
@brodycloud3405
@brodycloud3405 2 жыл бұрын
Hey Levin there are actually objects in Python. They're actually quite fundamental to its design, things like integers, strings ect are actually written as objects so you can do object methods on them like "john" + "bob" and get "johnbob" out of it. They're pretty simple to create: You use the class keyword to define what you want your objects to be So // This is your class that makes objects once called class Boss: // This is your initialization method (object function) to set your objects attributes def __init__(self): self.name = "Mr. Clean" self.health = 100 // This is your method (object function) that you can call using the object def say_name(self): print(self.name) // This is your object, you can call methods on it (object specific functions) using "the_final_boss.say_name()" the_final_boss = Boss() the_final_boss.say_name()
@imaginaoYouTubesoquecomarrobas
@imaginaoYouTubesoquecomarrobas 2 жыл бұрын
I have to admit I was really confused when he said that Python isn't OOP, but I can't blame him: most Python beginner tutorials only address simple data structures because they are mostly targeted to an audience who never coded in their lives, and this would be a topic that is a bit too complex for just a beginners tutorial. I also noticed that he didn't use dictionaries at all, which would be really useful data structure for what he was trying to achieve. Definitely way better that the lists he showed he was using, lol :P ```Python boss = { "name": "Mr. Clean", "hp": 100 } ```
@ButWhyLevin
@ButWhyLevin 2 жыл бұрын
Responding to both of you, yeah I should have phrased that differently. I know that Python can be object oriented, as I actually used it to make a game in pygame a few videos ago (although that project was after this one) for this project I was just working in a procedurally-based framework, largely because that was what we were doing in the CSP class that this project was for. Thanks for the detailed comments though, I’m still learning Python and this is helpful!
@imaginaoYouTubesoquecomarrobas
@imaginaoYouTubesoquecomarrobas 2 жыл бұрын
@@ButWhyLevin yeah, I thought for a bit that you were forced to do your work with a procedurally based structure, although I ended up just thinking that you had got the wrong idea about Python. Good to know! Thanks for replying!
@FunNooberCodingForBeginners
@FunNooberCodingForBeginners 2 жыл бұрын
Next up on ButWhyLevin : I create a game from scratch in Assembly
@ButWhyLevin
@ButWhyLevin 2 жыл бұрын
Hmmmm, maybe
@orvilleredenpiller338
@orvilleredenpiller338 Жыл бұрын
So, after a little bit of thought and planning, I’ve decided to make RAID: SHADOW LEGENDS!
@user-iv4fs2ch2u
@user-iv4fs2ch2u 2 жыл бұрын
Let's fucking go the intro music was Jawbreaker off the Omori OST
@freelancepakistangames7245
@freelancepakistangames7245 2 жыл бұрын
1:11 "Because I'm physically unable to ever stop thinking about game development." I've never related so much to anything else in my entire life xD
@xqcpoggers6932
@xqcpoggers6932 2 жыл бұрын
can you make a tutorial how to make your full own game engine for beginners, like unity for example can you do it in one week?
@minneapolismn660
@minneapolismn660 2 жыл бұрын
Why does the first 2 minutes sum up every single project I have ever made.
@gnitsaf
@gnitsaf 2 жыл бұрын
Tell me you aren't familiar with python without telling me you're not familiar with python
@keepitshort4208
@keepitshort4208 Жыл бұрын
Which engine do you use And language on your daily work flow ?
@wazaDev
@wazaDev 2 жыл бұрын
This is really creative and impressive great way to use turtle
@alexanderdorenkamp
@alexanderdorenkamp 2 жыл бұрын
I'm making a game with my brother right now who who writing a engine from scratch using python
@PikadaveStudios
@PikadaveStudios 2 жыл бұрын
I want to play this, is there a way to?
@brycenhasacat9582
@brycenhasacat9582 2 жыл бұрын
The thumbnail looks like one of those robot reddit videos
@RedCroissantGames
@RedCroissantGames 2 жыл бұрын
and in the next episode, we remake half life in diesel engine
@tomk3682
@tomk3682 2 жыл бұрын
Technically even if u don't use oop in python, u can use global variable but not advisable or even in a list and you ll be able to change the stat but the most efficient way is oop in python. I wouldn't have thought a graphical library would be consider a game engine like unity or unreal but I guess it's more catchy if u called it one
@roundduck7005
@roundduck7005 2 жыл бұрын
This gonna blow up
@eboatwright_
@eboatwright_ 2 жыл бұрын
Very cool! I also made a simple game engine in Python, although it was with Pygame :)
@davidgamzareus5466
@davidgamzareus5466 2 жыл бұрын
That's so cool I also want to create a multiplayer game engine
@eboatwright_
@eboatwright_ 2 жыл бұрын
@@davidgamzareus5466 Good luck! :)
@davidgamzareus5466
@davidgamzareus5466 2 жыл бұрын
@@eboatwright_ hopefully I will get a laptop soon and I'm also making a gaming engine
@eboatwright_
@eboatwright_ 2 жыл бұрын
@@davidgamzareus5466 cool cool! :D
@kennethhirsch5066
@kennethhirsch5066 2 жыл бұрын
Big wow, wish I found this channel earlier.
@ButWhyLevin
@ButWhyLevin 2 жыл бұрын
anime godot lol
@FSD15
@FSD15 2 жыл бұрын
e
@BumpDev
@BumpDev 2 жыл бұрын
godette IoI
@mrdum7915
@mrdum7915 2 жыл бұрын
Speaking of godot you should make another godot video
@shazia2784
@shazia2784 Жыл бұрын
Bro don't insult game engines I use python so I fell insulted
@randomworks841
@randomworks841 2 жыл бұрын
Wow, I have never seen something so advanced made in turtle. Great Job!
@straight2893
@straight2893 2 жыл бұрын
sorry but "worst engine" is not a word i would write, all engines are the same unity, c# they are all the same.
@monkephrog5984
@monkephrog5984 2 жыл бұрын
Best
@ButWhyLevin
@ButWhyLevin 2 жыл бұрын
Yes I am
@zackshere8854
@zackshere8854 Жыл бұрын
As someone who's used both roblox studios and unity. I just wanna say, honestly roblox is the best one. Now hear me out. Roblox uses an extremely easy language; Lua. Which means it's not that hard for a younger audience to learn. At the same time, roblox isn't like Alice where you're very limited. It's possible to make your own models, make object with scripts, etc. Therefore it's a really good engine to learn with. At the same time it's just in general a really fun and easy to use engine. I started work on a mmo game about 5 years ago. I never finished it, but I had so much fun doing it :)
@tinman2420
@tinman2420 4 ай бұрын
bro never used global variables
@JdudeoMaps
@JdudeoMaps 2 жыл бұрын
Hello
I Made a Hard Speedrunning Game
11:44
LazyAlarm
Рет қаралды 597 М.
How i ALMOST won the World's BIGGEST Game jam...
7:04
PinoPrime
Рет қаралды 66 М.
Whyyyy? 😭 #shorts by Leisi Crazy
00:16
Leisi Crazy
Рет қаралды 19 МЛН
Каха инструкция по шашлыку
01:00
К-Media
Рет қаралды 8 МЛН
DELETE TOXICITY = 5 LEGENDARY STARR DROPS!
02:20
Brawl Stars
Рет қаралды 16 МЛН
How I made a 3D Level in a 2D Game
24:28
Spu7Nix
Рет қаралды 3,1 МЛН
Why I don't do Game Jams (but maybe YOU should!)
10:11
Code Monkey
Рет қаралды 23 М.
I Made a Roguelike in One Day, but it's UNFAIR
9:45
ButWhyLevin
Рет қаралды 24 М.
I Made My Own Game Engine
6:24
n8dev
Рет қаралды 244 М.
What does a Game Engine actually do?
16:45
Ellie Rasmussen
Рет қаралды 138 М.
I secretly entered my own game jam (and nobody knew...)
8:25
Making a Game in 48 Hours! - GMTK Game Jam 2023
12:44
JPed
Рет қаралды 33 М.
Making a game where you get sucked into your own (bad) code
23:10
Robert Thomson
Рет қаралды 1,3 МЛН
진짜 여자만 ?  #kpop #comedy  #해야 #HEYA
0:25
공작삼촌
Рет қаралды 19 МЛН
Он пропал без вести😱
1:00
Следы времени
Рет қаралды 2,1 МЛН
Спас девушку от местного бандита | #shorts
0:59
diaansssss.filmss
Рет қаралды 4,9 МЛН