Guide to Game Development/The Programming Language/VB.NET
Appearance
Abstract
[edit | edit source]- Windows/Microsoft only
- The IDE you'll need to install: Visual Studio for Desktop
- Allows for creation of console applications, forms, Windows modern/metro apps and Windows Phone apps
- Can be linked with OpenGL with the use of OpenTK
You can either learn VB.NET through this wikibook, or look through the list of external learning resources
Learn through this wikibook
[edit | edit source]- How to install and create the project
- Basic console input and outputs
- Variables
- Basic math operators and Concatenation
- If Statement
- Select Case
- Loops
- Arrays
- Strings
- Advanced math operators
- Procedures and functions
- Random Numbers
- Stream readers and writers
- Object oriented programming
- Graphics
- Network communications
Not found what you're looking for? Use a search engine. If you feel like it, add your findings above to help others.