| View previous topic :: View next topic |
| Author |
Message |
DHack
Joined: 15 May 2009 Posts: 2
|
Posted: Fri May 15, 2009 12:13 am Post subject: What engine? |
|
|
What engine is bullet candy on?
I seen the site before with postings by charlie but I cant find it anymore.
Last edited by DHack on Wed May 20, 2009 4:32 am; edited 1 time in total |
|
| Back to top |
|
 |
cknight Site Admin
Joined: 25 Mar 2006 Posts: 190
|
Posted: Fri May 15, 2009 10:22 pm Post subject: |
|
|
I used Blitzmax to program Bullet Candy.
http://www.blitzbasic.com
Cheers
Charlie |
|
| Back to top |
|
 |
DHack
Joined: 15 May 2009 Posts: 2
|
Posted: Wed May 20, 2009 4:32 am Post subject: |
|
|
Excellent! I found the site before you posted. But thanks
I was just wondering were you started programing? Was it on Blitz? Im am really good in Python (python.org). Had yet tried anything gui with it though. If you would suggest were I should start if I wanted to make something like bullet candy were should I? (I dont really want to pay, just wanna learn more) and what languages should I learn? |
|
| Back to top |
|
 |
cknight Site Admin
Joined: 25 Mar 2006 Posts: 190
|
Posted: Wed May 20, 2009 8:02 am Post subject: |
|
|
Well, i learned programming at sixth form college years ago with Pascal and C.
I would say that Blitzmax is more than worth the money, but if you don't want to pay up then my suggestion would be to find a language you're comfortable programming in and go from there. There's bound to be a hardware accelerated graphics library for Python, so perhaps you should look at that.
Cheers
Charlie
[edit] in fact there's this: http://www.pygame.org/http://www.pygame.org/ |
|
| Back to top |
|
 |
badoli
Joined: 05 Oct 2009 Posts: 4
|
Posted: Fri Oct 16, 2009 6:51 pm Post subject: |
|
|
Wow... Blitzbasic... i'm amazed! I gave that a try some years ago, but i guess i tried to complicate things withit... if you don't stay simple withit, you end up around a tree soon.
I can definately recommend PyGame. Python is a great language to start with, it comes with a lot of features and the PyGame library is very easy to learn. If you managed to get your head around python and game programming, you might want to checkout Panda3D, a 3D library/engine for python. Several semi-professionel games were made with it.
cheers
Oliver[/url] |
|
| Back to top |
|
 |
|