|
| 29 Jul 2011 09:05 AM |
| What's a good combination of Lua and what to make a raw piece of code into a game? I've been told about C#/C++/C... |
|
|
| Report Abuse |
|
|
|
| 29 Jul 2011 09:08 AM |
| C# with the XNA Gamestudio, Lua with LOVE, or just Java. |
|
|
| Report Abuse |
|
|
|
| 29 Jul 2011 09:08 AM |
| I don't really want to start a game on a game creating program, I jsut want to run a raw piece of code and turn it into a game. :D |
|
|
| Report Abuse |
|
|
|
| 29 Jul 2011 09:09 AM |
| And what's a good compiler for Lua? |
|
|
| Report Abuse |
|
|
|
| 29 Jul 2011 09:11 AM |
| XNA is a game framework that includes classes that are useful for creating games, like Texture2D, Random. Rectangle, SpriteBatch and more. It really isn't a game program, it's an addon to Visual Studio. |
|
|
| Report Abuse |
|
|
|
| 29 Jul 2011 09:14 AM |
| On XNA, is it possible to store our ames onto a file and then open the game up through a compiler? Or I have to go onto it and access my game? |
|
|
| Report Abuse |
|
|
|
| 29 Jul 2011 09:16 AM |
| You create your game with XNA, they you can compile it into a .exe file that you can launch the game directly from there. |
|
|
| Report Abuse |
|
|
|
| 29 Jul 2011 09:18 AM |
| Cool, now where's a good place to learn C#? And is there a guide to show you how to use XNA? |
|
|
| Report Abuse |
|
|
|
| 29 Jul 2011 09:21 AM |
Well, first you need to install Visual C#.
w_ww.micro_soft.co_m/visualstudio/en-us/products/2010-editions/visual-csharp-express
Then you need to install the XNA framework.
w_ww.micro_soft.com/down_load/en/details.aspx?id=20914 |
|
|
| Report Abuse |
|
|
|
| 29 Jul 2011 09:26 AM |
| Saved them onto my Desktop. Now what? |
|
|
| Report Abuse |
|
|
| |
|
| |
|
|
| 29 Jul 2011 09:40 AM |
| You should have a program saved somewhere on your computer called Microsoft Visual C# 2010. Find that and open it. |
|
|
| Report Abuse |
|
|
|
| 29 Jul 2011 09:49 AM |
| Does it have a tutorial on C#? |
|
|
| Report Abuse |
|
|
|
| 29 Jul 2011 09:52 AM |
| No. For a tutorial, you should Google "Visual C# tutorial". |
|
|
| Report Abuse |
|
|