Welcome, Guest. Please login or register.

Author Topic: Gameduino (or how a $5 chip can outperform an Amiga :( )  (Read 4000 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline HenryCase

  • Hero Member
  • *****
  • Join Date: Oct 2007
  • Posts: 800
    • Show all replies
Re: Gameduino (or how a $5 chip can outperform an Amiga :( )
« on: October 02, 2011, 02:25:27 PM »
Get a Gameduino? Nah. $53 is a rip off for what you get. I'd much rather pay $25/$35 and get a Raspberry Pi:
http://www.raspberrypi.org/?page_id=2
"OS5 is so fast that only Chuck Norris can use it." AeroMan
 

Offline HenryCase

  • Hero Member
  • *****
  • Join Date: Oct 2007
  • Posts: 800
    • Show all replies
Re: Gameduino (or how a $5 chip can outperform an Amiga :( )
« Reply #1 on: October 02, 2011, 06:22:06 PM »
Quote from: bloodline;662217
I'm raspberry Pi's biggest fan, but the Gameduino is a totally open game platform, no need to spend a year learning posix and OpenGL just to make a blob move across the screen... Plug it in, program it and go :)


You don't have to learn about POSIX and OpenGL to program a game on Linux. For example, could use KidsRuby (which was recently featured on the Raspberry Pi blog) + Gosu. Take a look:
http://confreaks.net/videos/637-gogaruco2011-kidsruby-think-of-the-children?player=html5

PyGame is also very popular for getting started with making games:
http://pygame.org/news.html

There are tons of libraries like Gosu and PyGame that make game programming easy. Plus, the advantage of using libraries like that is that by the end of it, not only have you got a game, you've also taught yourself a versatile programming language for more practical tasks.
"OS5 is so fast that only Chuck Norris can use it." AeroMan