![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Sep 2005
Posts: 8
Rep Power: 0
![]() |
Qesution: Program for casual game development
Hi! I just wanna ask which is th ebest program for casual game development.
My intention its to create simple games (2d or very very simple 3d) just for the fun of creating something. I tried once a demo of a program about game development, and it was very funny. The challenge of try to find out how to make things work. Thats what i want. I dont understand a bit about languages and the like, but i suspect (and probably i can be very wrong) that some program like C++ its too much complex for what i want. since i dont catch nothing about these topics, can you say 1) the prgram/software that i am looking for 2) where can i get it (for free or not ) 3) if here any free alternative, you can say it too. Thanks a lot ![]() |
|
|
|
|
|
#2 |
|
Professional Programmer
|
there are some cool modules for languages out there, an example is pygame which is a module for python, i would recommend giving that a try.
let us know if you have any more questions -Dizz |
|
|
|
|
|
#3 |
|
Expert Programmer
|
With the Python language (www.python.org) you can use a module called PyGame(www.pygame.org) to help you create 2D games as apinlessly as possible. If you want to make 3D games, it is a little more complex and you will have to use PyOpenGL.
Both Python and PyGame have excellent documentation so it shouldn't be too hard. If you get stuck and need help we are here.
__________________
Join us at #programmingforums @ irc.freenode.net! My software never has bugs. It just develops random features.
|
|
|
|
|
|
#4 |
|
Newbie
Join Date: Sep 2005
Posts: 8
Rep Power: 0
![]() |
thanks for the tips. I am downloading th pygame and pyhton.
btw, the demo software that i used was blitzbasic. Which one do you think its better? Python (with pygame module) or blitzbasic? |
|
|
|
|
|
#5 |
|
Newbie
Join Date: Sep 2005
Posts: 8
Rep Power: 0
![]() |
i give up..just cant make it work. DOnt see where pygame is installed, python byitself it seems stupid...arggh..better come back to blitz basic
|
|
|
|
|
|
#6 |
|
Professional Programmer
|
You're not going to get far at all with that attitude. Blitz basic is not a real programming language and was designed specifically for making games and the like. You need to take time out to learn an all purpose language that is much more powerful (e.g, python). Feel free to search the internet for solutions or ask us for help, but don't just *give up*.
__________________
% rc4 hexkey < input > output
#define S ,t=s[i],s[i]=s[j],s[j]=t /* rc4 hexkey <file */
unsigned char k[256],s[256],i,j,t;main(c,v,e)char**v;{++v;while(++i)s[
i]=i;for(c=0;*(*v)++;k[c++]=e)sscanf((*v)++-1,"%2x",&e);while(j+=s[i]
+k[i%c]S,++i);for(j=0;c=~getchar();putchar(~c^s[t+=s[i]]))j+=s[++i]S;} |
|
|
|
|
|
#7 |
|
Programming Guru
![]() ![]() ![]() |
C++ and OpenGL OR Python and Pygame.
__________________
http://jasonpowers.net "There are a thousand hacking at the branches of evil to one who is striking at the root." |
|
|
|
|
|
#8 |
|
Newbie
Join Date: Sep 2005
Posts: 8
Rep Power: 0
![]() |
iignotus, my problem its make the program start...not the language itself.
The damn thing its not working. I dont understand exatly which files i need to download or install (i ve donwload some files). When i start python for instance, it will not work. With pygame its the same. Its says something lik e hat it works only in win 98 or th elike, dont remember the exactly details. If what i need its an all purpose language, i suppose that C++ its better than Python (at least there are lots of things about C++). What about openGl, what is that? Sometimes i see openGl word when i start some PC games...is that related with the openGl you speak about, Infinite Recursion? Can you briefly describe tha advantages and disadvantages between the 2 options you speak about? thanks a lot guys, and dont worry iignotus, ii wil not give up ![]() |
|
|
|
|
|
#9 |
|
Programming Guru
![]() ![]() ![]() |
here is a link with more info related to OpenGL: http://www.opengl.org/
Yes, games like Quake III, Doom etc... use OpenGL.
__________________
http://jasonpowers.net "There are a thousand hacking at the branches of evil to one who is striking at the root." |
|
|
|
|
|
#10 |
|
Newbie
Join Date: Sep 2005
Posts: 8
Rep Power: 0
![]() |
thanks for the link
I just read the faqs on python and it speaks on platforms like unix, win NT, etc, but doesnt speak on win Xp. Maybe thats th eproblem. In other words, anything that doesnt work on my computer its garbage . Dont you guys think that something simple lile blitzbasic, its the ideal for someone just trying to have some fun with programming, while creating very simple 2D games? |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|