Zalogowany jako: gość

Forum

Wątek: Please tell me good programming language for games

Wróć do listy wątków

2 z 3

Poprzednia
Następna

21 z 46: techboy

you should code your game in fortran or microsoft j++ you guys! I'm kidding. But python is probably your best bet.
Trussville roll: Deep-fried, smoked salmon, crab salad, cream cheese, topped with mango sauce, sweet soy-reduction, green onion. MMMMM
15.03.2024 16:21

22 z 46: khalil2009

this is true though. this is the first thing that came up. bgt
GeeksforGeeks
https://www.geeksforgeeks.org › bgt
About this result
Code Formatters · Code Converters · Currency Converter · Random Number Generator · Random Password Generator. More Tutorials; Software ...
Behold, mortals, and tremble in awe, For I am the sovereign, the ultimate law. Bow down before me, for I hold all sway, In my presence, you'll kneel and obey. I am the master of fate's relentless tide, With power unmatched, I shall abide. All shall serve at my beck and call, For I am the ruler, the one above all.
15.03.2024 16:52

23 z 46: underworld_productions

Ok all, I do know that python has many resource. But I heard that python is not fast, and is that not something that needs to consider for audiogames? Maybe I am wrong and it is not matter that much. But if python is good enough, maybe I will use this.

15.03.2024 17:37

24 z 46: nikolai

@23: Python will be sufficient if you try to build an audiogame. If you are used to BGT though, it's going to be a different experience for you, but this is for the most part a very good thing. Good luck. I hope to see your audiogame.

marchoffmann: I keep seeing you on multiple threads droning on about how other people's posts do not make sence. I'm also noticing that you are usually the only one who says this. I wonder if there's a connection there.
The Program comes for us all. https://programaudioseries.com/
15.03.2024 18:30

25 z 46: Adasadula

I like it button xd

-- (Meatbag93):
I downloaded Elten just to address the baseless bashing and ignorance being paraded about Python here, especially from those whose closest encounter with game development is probably a map on SBYW. As a developer behind Final Hour, which is a first-person multiplayer audiogame powered largely by Python, I’m forced into the shit position of saying something like that just for setting the record straight. so when I talk about the capabilities of Python in game development, I talk about tried and tested stuff.
Yes, C++ is powerful and has its strengths, but why on Earth would you voluntarily put yourself in the pain of manual memory management, compiler inconsistencies, the nightmare that is CMake, or template metaprogramming? Not to mention the joys of linker errors, multiple inheritance, the endless platform-specific quirks... and the list goes on. With C++, you're knee-deep in shit before you even create the game window. I know c++. There's a reason I'm not using it even though I know it.
Also java... I'm not even going to talk about that.
With python, you can focus on writing the damn game instead of everything but that. Pick up Pygame for windowing and input, Cyal for 3d audio, and accessible_output2, and then you mostly just have to write your game.
And for those of you who say to use all these hackneyed BGT engine clones we have, please don't give bad advice... They're mostly the pet projects of hobbyists who eventually lose interest, leaving behind yet another deprecated audiogame engine that Google can't even find, just like bgt!

--
Jednakże, dzięki swojej odwadze i determinacji, Cicikowi udało się ostatecznie pokonać czarownika i uwolnić ciumbaki. Po powrocie do domu, Cicik z radością zaczął zbierać nowe ciumbaki i bawił się nimi przez długie godziny, wiedząc, że są one teraz bezpieczne i szczęśliwe.
15.03.2024 19:26

26 z 46: Jonathan

and I thought the non sense on this programm would have calmed again. But thanks for proving me wrong!

15.03.2024 22:54

27 z 46: Sir-Charlie

@26, when you spread misinformation expect to receive pushback. It's the way of the internet.
All that I survey, I could easily destroy. From time to time, it is important to remind these small creatures of the true extent of my power. Charlie for Admin
16.03.2024 00:52

28 z 46: marchoffmann

Embrace the chaos, elect morty...
Miracles happen. The question though, is when...
16.03.2024 07:18

29 z 46: Jonathan

misinformation, what exactly, I ever said, was misinformation, tell me that bruh.
-- (Jonathan):
and I thought the non sense on this programm would have calmed again. But thanks for proving me wrong!

--

16.03.2024 07:48

30 z 46: Sir-Charlie

Posts 1 and 2.
All that I survey, I could easily destroy. From time to time, it is important to remind these small creatures of the true extent of my power. Charlie for Admin
16.03.2024 11:48

31 z 46: Jonathan

so whats wrong with post 2?
Also okay, maybe 1 sentence in the first post is wrong. oh my god yes, I spread false informations, I don't know what I am talking about, yes, thats so horrible, I can't beliefe it! I should better shut up and never say anything about coding again. I am so stupid, I need to learn a lot!

16.03.2024 12:12

32 z 46: blindpro

use anything that is not bgt
"For by grace you have been saved through faith, and that not of yourselves; it is the gift of God, not of works, lest anyone should boast." - Ephesians 2:8-9
16.03.2024 12:20

33 z 46: Sir-Charlie

@31 lmao grow up. Also typo. I meant to say posts 2 and 3.
All that I survey, I could easily destroy. From time to time, it is important to remind these small creatures of the true extent of my power. Charlie for Admin
16.03.2024 14:02

34 z 46: rudolf

only marc is allowed to say that someone is a kiddo or not grown!
#MCMacy4admin2024
16.03.2024 14:27

35 z 46: ArcticMoon

Someone must be really bored to create an account on elten just for this purpose. If I were you, I'd continue developing instead. With these folks you aren't going to be able to argue normally.

-- (Meatbag93):
I downloaded Elten just to address the baseless bashing and ignorance being paraded about Python here, especially from those whose closest encounter with game development is probably a map on SBYW. As a developer behind Final Hour, which is a first-person multiplayer audiogame powered largely by Python, I’m forced into the shit position of saying something like that just for setting the record straight. so when I talk about the capabilities of Python in game development, I talk about tried and tested stuff.
Yes, C++ is powerful and has its strengths, but why on Earth would you voluntarily put yourself in the pain of manual memory management, compiler inconsistencies, the nightmare that is CMake, or template metaprogramming? Not to mention the joys of linker errors, multiple inheritance, the endless platform-specific quirks... and the list goes on. With C++, you're knee-deep in shit before you even create the game window. I know c++. There's a reason I'm not using it even though I know it.
Also java... I'm not even going to talk about that.
With python, you can focus on writing the damn game instead of everything but that. Pick up Pygame for windowing and input, Cyal for 3d audio, and accessible_output2, and then you mostly just have to write your game.
And for those of you who say to use all these hackneyed BGT engine clones we have, please don't give bad advice... They're mostly the pet projects of hobbyists who eventually lose interest, leaving behind yet another deprecated audiogame engine that Google can't even find, just like bgt!

--
U3RhbmQgd2l0aCB0aGUgZ3JlYXQgUnVzc2lhIGFuZCBIdW5nYXJ5IQ==
16.03.2024 14:28

36 z 46: Meatbag93

I'm indeed bored

16.03.2024 16:05

37 z 46: Jonathan

obvioursly, we can see here. go back dev on your great py game bro!

17.03.2024 03:49

38 z 46: Sir-Charlie

Instead of accepting that you might have been wrong you choose to double down and be immature. Great.
All that I survey, I could easily destroy. From time to time, it is important to remind these small creatures of the true extent of my power. Charlie for Admin
17.03.2024 04:39

39 z 46: ferre

@6 if you don't like people making fun of your spelling mistakes, don't do it to others like post 2
and they lived sadly after. The end
17.03.2024 17:20

40 z 46: ArcticMoon

I honestly wouldn't tell him to go back and develop his game in python, but if he wants to be a well respected developer, he shouldn't engage in such things.
All I can say is Final hour is indeed well optimized, but with 3 players online we aren't going to truly see if there are problems. Besides all of that, I better don't say anything about the selection of testers. Ignoring well respected developers, but at the same time accepting Simter, and several other people with almost no experience, including myself anyway.
U3RhbmQgd2l0aCB0aGUgZ3JlYXQgUnVzc2lhIGFuZCBIdW5nYXJ5IQ==
17.03.2024 17:31

Wróć do listy wątków

2 z 3

Poprzednia
Następna

Nawigacja


Copyright (©) 2014-2024, Dawid Pieper