Is there a language similar to Arduino language (c++ language with fewer functions) for software visualization?
Take the 2-minute tour
×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.
You should also look into Scratch. It is educational programming language to create games. The good thing is you'll find many open source projects in Scratch to study. |
||||
|
Processing is probably exactly what you want. |
|||||
|
You might check out Lua. It's a lightweight scripting language. Here's an article about game development using it... |
|||||
|