-2
votes
4answers
666 views

Lua or C# beneficial over C++ for small, single person project? [closed]

I plan to do a fairly small game development project as a single programmer. I have read that alternatives to C++ such as C# or integrating Lua scripts is more time and effort efficient in ...
0
votes
3answers
200 views

How should I start out? [closed]

I want to learn to program, as it seems very interesting. I was wondering where i should start or what I should start with? Any and every tip would be nice.
16
votes
7answers
2k views

What scripting language would you recommend for a C++ game project?

By scripting here I mean not just putting config data in a script, but scripting parts of the project like some class methods, test specific game loop, etc. This would be not just to accelerate ...
6
votes
2answers
429 views

Tools for non-programmers to add new tasks to games

Since graphic designers/end users are not programmers, what are the technique to allow them to add new tasks or change application logic in a game? what are the end user tools? I want some popular ...