Expanding Ideas (Ant Colony Sim)
Now that I’m able to render all kinds of shapes that I want and transform them in various ways, its time to use our tools to make something. A simple idea is creating an Ant Colony Simulation! The main goal…
Now that I’m able to render all kinds of shapes that I want and transform them in various ways, its time to use our tools to make something. A simple idea is creating an Ant Colony Simulation! The main goal…
The world of C and C style C++, low level programming, writing everything by hand. Some would argue why even bother, there are already solutions out there for me to use. Don’t re-invent the wheel (even though we’ve been continuously…
This is my 2D scene manager written in Python. The aim for this project was to be able to serialize/deserialize entities on screen, control them through a UI and control the program with a drop down console, all written from…
Hello! I’m Rafik Rizik, and this blog is a document of my evolving journey as a programmer. A bit of history and why I decided to make this blog. I started my programming in 2009 as a 19 year old.…