Programming language for card games?

Soldato
Joined
10 Jun 2005
Posts
2,604
Want to try making a card game, like Solitaire style that comes with Windows. But I have no programming experience.

What would be the easiest or most suitable language to learn? Preferably something that is free.
 
http://www.justbasic.com/
http://www.microsoft.com/visualstudio/en-us/products/2010-editions/express

Some sort of basic, vb.net or c#.net.
basic is a simple language to learn with relatively simple syntax. Can be developed using graphical tools and components to make quite complex programs.

I started with pascal and delphi but went onto using quickbasic (DOS) and visual basic (windows) leading to the .net studio.

Express versions are free and I have included a link.

Using Linux, there are loads of free development languages PHP, Python, C, C++ etc.

EDIT look for an evening class or saturday morning class at local college, thats how I started, it is worth it unless you know some programmers. Play around with free code samples snippets available all over the internet. Sample below. You can copy and paste code directly into vb.net files I use notepad to save them.

http://www.informit.com/articles/article.aspx?p=130837

andy.
 
Last edited:
Back
Top Bottom