Quintus: Notes and Code Examples (in CodePen.io)

My Notes and Code Examples (in CodePen.io) Recently, I started to use the website CodePen in order to share code examples; as well as, making notes of random things I am learning in my speared time. Currently, I am experimenting with this game framework/library called Quintus The order goes from the newest, down to the […]

Share

2D Game – Playing around with Haxe

Today, I submerge myself in haxe (www.haxe.org). In my point of view, what really matters is not the language but  how you program. However, there is a learning curve for any language. I wish they would have a documentation like in www.php.net. Which normally is well detailed, there are examples, and also people can add other examples […]

Share

Multi-player 2D Game – Drawings (1)

Map Edit GUI Introduction Long Time Ago… Our civilization kept growing… Greedy ruled the world… Resources started lacking… [IMAGE] And a war for them began… [IMAGE] At the end, the world was destroyed… [IMAGE] A wasteland was instead… [IMAGE] Life was at the border of extinction… [IMAGE] However, some how… [IMAGE] Life managed to survive… [IMAGE] Now, […]

Share

Multi-player 2D Game : Introduction’s drawings

Right now, I am working in the introduction of the game by drawing the each scene. Later, I will see to find a way to animate them. I was checking for code and ideas. However, I think it is time for me to begin coding something. Sometimes over-preparation  is a way of procrastination. Tomorrow, I […]

Share