Road To Game Developer

Home
About
0 Share 0 Tweet
pan1cmode Apr 14, 2017
data-structures

Linked List in C

pan1cmode Apr 14, 2017

Hello there, I am currently learning C / C++, and decided to implement widely used data structures in C language, just for educational purposes. Linked List is for today In my implementation, Linked List consists of nodes with pointers to user data, linked together in one chain. The way it's linked

Read More

data-structures
0 Share 0 Tweet
pan1cmode Mar 19, 2017
unity

Use of Co-Routines in Unity

pan1cmode Mar 19, 2017

I use co-routines in Unity where it’s applicable and find them good when it comes to escaping over engineering. Often you can write cleaner code using co-routine instead of a bunch of logic inside your Update() function. Imagine we need to program a turret which shoots bullet’s automatically

Read More

unity
About

Hi. I am Arthur. 27 years old programmer, who sold his small web dev company to become a game developer.

Social Links
Twitter
Tagged
Unity
Data Structures