Jump to content

  • Log In with Google      Sign In   
  • Create Account

Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics

lask1

Member Since 09 Jun 2011
Offline Last Active May 21 2013 11:47 AM
-----

Posts I've Made

In Topic: Need help with C++

04 March 2013 - 12:21 AM

Here are some nice basic C++ tutorials.

 

http://cplusplus.com/doc/tutorial/

 

and like everyone else has been saying go with SDL to deal with graphics, input, sound and etc.

 

http://lazyfoo.net/SDL_tutorials/index.php

 

Two months is enough time just make sure you work hard.


In Topic: System to create redeem codes

25 February 2013 - 03:44 PM

1) pick a serverside scripting language
2) pick a database server
3) generate a bunch of random strings.
4) store the random strings in the database.
5) create a website with a form.
6) write a serverside script that checks if whatever the user entered into the form is in the database.
7) mark the code as used, give the user whatever it is the user should get.
8) profit ?

no no no 

 

8)???

9) profit

 

but really... I do agree with him that is the way to do it.


In Topic: Best Engine for 2D Games

04 February 2013 - 02:23 PM

It uses it's own scripting language called gml or you can use the higher level drag and drop functions. It is adding elements and setting parameters opposed to actual coding your game(you can add your own libraries for additional functionality) the engine is cross platform and can run projects on iPhone and android(for $100 I think for each platform) and also game maker is very flexible.

In Topic: Need help

04 February 2013 - 12:18 PM

As far as your experience goes, if you don't want to spend a long time familiarizing yourself with a programming language then use an existing engine - there are plenty out there. As Yourself said, Unity is a good way to go (and it can easily import models from Blender).


Exactly what I would say. Get the free version of unity and use blender for making 3D assets! Plenty of tutorials on both pieces of software too which is nice.

In Topic: Best Engine for 2D Games

04 February 2013 - 10:32 AM

You should try giving RPG maker or game maker a try. Personally I like using C++ with sfml and lua but when I first started out I did things with game maker. Game maker has a set of nice forums and lots of people will be always willing to help.

PARTNERS