Facebook   Twitter    e-mail newsletter    YouTube    RSS Feed    Android App    iPhone and iPad App     BlackBerry App    


Results 1 to 5 of 5

Thread: New game idea

  1. #1

    Cool New game idea

    Hi there all

    I have an idea for a new game that i think will sell really well but do not have the know how to go about starting this idea of mine plz if any one could help i would much appreciate this thank you

    Regards Bender

  2. #2

    Default

    look into corona for mobile game dev, i its a mobile game :-)


    http://www.coronalabs.com/

  3. #3

    Default

    Do you want to write the game by yourself?
    If so then you will have to learn a programming language and it will take some time.

    The best starting point would be to learn plain ANSI C and then after that learn OOP with C++. You probably won’t use these languages to write anything. It will just let you pick the other languages like C#/Java within a day or two.
    Or
    You can jump directly into the deep end and learn C# or Java from the start.

    Java and C# are both excellent languages, but I prefer C# a lot more. Java is a little bit more primitive than C#.
    If you decide to go the C# route and learnt all the basics you could check out the Microsoft XNA framework to write games.

    If you are going to mainly just target PCs then C#/XNA would be the ideal way to go.
    If you are going to mainly target Mobile phones then Java would be the way to go.

  4. #4

    Default

    Thanks for the info guys i would be looking to develop this game for pc and see how it goes then maybe look towards mobile.
    where can i find out about C++ C# java and oop if you would help me out please, thank you

  5. #5

    Default

    The best place to start is from a book.

    Unfortunately no ‘beginner’ game programming book is perfect. Most suffer from the following:
    - Focusses too much on the basics of the actual programming language and very little about game programming
    - Tries to fit too much information into a thin book leaving you not with a 100% understanding of what is going on
    - Focusses too much on game programming and less on the basics of the programming language

    This book looks okay from the description on Amazon(no reviews yet):
    http://www.amazon.com/Beginning-Prog...2090504&sr=8-6

    Otherwise I think you could google around for some basic C#/Java tutorials.

    For Java development you can use the following:
    Download the JDK from: http://www.oracle.com/technetwork/ja...ads/index.html
    Download Netbeans from: http://netbeans.org/downloads/index.html

    For C# development you can use any of the following IDEs:
    SharpDevelop: http://www.icsharpcode.net/OpenSource/SD/Download/ <-You will need to download the .NET framework separately
    Or
    Microsoft Visual C# 2010 Express: http://www.microsoft.com/visualstudi...csharp-express

Similar Threads

  1. Mafia - Idea for Alternate Game
    By STS in forum Off Topic
    Replies: 34
    Last Post: 02-11-2010, 12:22 PM
  2. Protecting new business idea when disclosing idea to potential partners
    By j-unit in forum Health, Wealth, Leisure and Relationships
    Replies: 4
    Last Post: 19-10-2010, 11:27 AM
  3. Good Idea? Bad Idea? Missus wants to open a Gallery
    By Hosehead in forum Health, Wealth, Leisure and Relationships
    Replies: 12
    Last Post: 10-02-2010, 01:09 PM
  4. Is game development a smart idea?
    By Project X in forum Off Topic
    Replies: 20
    Last Post: 09-06-2009, 12:41 PM
  5. Idea for an end-game boss
    By Pitbull in forum World of Warcraft and Diablo
    Replies: 31
    Last Post: 07-11-2008, 04:03 PM

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •