Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

white89gt

macrumors regular
Original poster
Jan 18, 2006
133
0
There's a game for PSP called Lumines that is a lot like tetris, but better in my opinion. If anyone has played it, can you give me some insight into how to go about programming a clone for the mac? I'm a pretty competent programmer when it comes to PC stuff, but I've never done any programming on a mac. I'm just looking for a starting place.

TIA
 

HiRez

macrumors 603
Jan 6, 2004
6,265
2,629
Western US
If you know any OpenGL you're all set because it's pretty much the same. But that's probably what you'd use for most games that need any graphical horsepower anyway. There is no DirectX for Mac, so OpenGL is where it's at. I believe there's also a port of SDL for Mac. You could use other stuff like Java or C/C++/Cocoa/Quartz if you're doing a 2D game, but in general the performance is not going to be great. So I would recommend learning OpenGL.
 

jtalerico

macrumors 6502
Nov 23, 2005
358
0
white89gt said:
There's a game for PSP called Lumines that is a lot like tetris, but better in my opinion. If anyone has played it, can you give me some insight into how to go about programming a clone for the mac? I'm a pretty competent programmer when it comes to PC stuff, but I've never done any programming on a mac. I'm just looking for a starting place.

TIA

What is your instructor going to run it under? (not that it matters)..

I would honestly go down the java route. (not sure what Lumines is) But java Tetris sounds easy enough to do.
 

white89gt

macrumors regular
Original poster
Jan 18, 2006
133
0
jtalerico said:
What is your instructor going to run it under? (not that it matters)..

I would honestly go down the java route. (not sure what Lumines is) But java Tetris sounds easy enough to do.

It isn't a project for school or anything like that. I would just like to make a clone of the game for personal use. I was thinking Java, but my skills are kind of rusty. I'll need to brush up some before I begin regardless of which compiler I use.
 

macdong

macrumors 6502
Mar 25, 2003
349
0
Seattle, WA
white89gt said:
It isn't a project for school or anything like that. I would just like to make a clone of the game for personal use. I was thinking Java, but my skills are kind of rusty. I'll need to brush up some before I begin regardless of which compiler I use.

if you have the time, i'd recommend you to invest in OpenGL.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.