My Instructions for beginners

I want to explain my progress of game development in the form of step-by-step instructions for beginners.

31 comments
4 followers
54 entries
Advertisement
8Observer8
February 16, 2019
Use UML Instead Of Flowcharts

Updated: 2/15/2019
- added "if...else" Double Selection Statement

Visual Studio Enterprise 2015 has build in tool for creating UML Activity Diagrams. We can use this tool for creating flowcharts for describing algorithms.

Creating UML Activity Diagram:

  • Select: "File" -> "New" -> "Project.…
5,356 views
8Observer8
February 13, 2019
101. Snake. JS/ES5, Canvas API

Step-by-step instruction of Snake 2D using JavaScript/ES5, Canvas API

Let's make a very simple classic snake game. For example, if we have a snake head with 10x10 pixels then we will move our snake by a step with 10 pixels using timer.

This is the result of our work: Sandbox

Note. I take ideas from t…

7,465 views
8Observer8
February 13, 2019
101. Snake. WinForms, OpenGL 3.1

Step-by-step instruction of Snake 2D using C#, WinForms, GDI+

We will place OpenTK.GLControl on the Form to draw graphics with modern shader OpenGL 3.1.

This is a gif animation of the final result of our work:

Note. I take ideas from this tutorial: Python Snake Game

Please, download this empty pr…

10,127 views
8Observer8
February 10, 2019
101. Snake. WinForms, GDI+

Step-by-step instruction of Snake 2D using C#, WinForms, GDI+

Let's make a very simple classic snake game. For example, if we have a snake head with 10x10 pixels then we will move our snake by a step with 10 pixels using timer.

This is the result of our work:

Note. I take ideas from this tutorial: Py…

16,402 views
Advertisement

Popular Blogs

shawnhar
Generalist
101 Entries
14 Followers
klg71
Generalist
59 Entries
2 Followers
ApochPiQ
Generalist
628 Entries
45 Followers
15 Entries
14 Followers
johnhattan
Programmer
1,277 Entries
50 Followers
Advertisement
Advertisement