Projects
How to Create Snake with JavaScript
The game snake as a concept dates back to a 1976 arcade game called “Blockade” in which multiple players each
Turning Images into ASCII Art with Python
ASCII art is a way of creating images only using. It was originally created in the early to mid 60’s
Creating a Spinning Globe with Python
Making accurate scientific models is probably one of the greatest things that you can do with programming as they’re both
Making a Fractal Tree with JavaScript
Personally I always really enjoy drawing fractals when programming because they’re a lot of fun to play around with. Even
Implementing the Collatz Conjecture Using C++
The Collatz Conjecture is a deceptively simple mathematical conjecture devised by Lothar Collatz in which he proposed that you could
Creating a Binary Search Algorithm with C++
As a part of the STL, C++ comes pre-packaged with a binary search function as a part of the “algorithm”
Creating Pong With Ruby: Finishing Touches
Where we last left off we had just finished creating a class to represent all of the various game objects
Creating Your Own Version of Pong with Ruby
Are you having a hard time figuring out where to start with game development? Don’t worry plenty of people start
Calculating Factorials using JavaScript
When programs involve a lot of mathematical equations they’ll occasionally require you to put in the factorial of a number.
Creating the Sieve of Eratosthenes in C++
Mathematicians have been coming up with different ways of finding primes for thousands of years and one of the simplest
Rotating Images in Python
If you have ever needed to rotate an image you know it can be annoying to get it just right.
Drawing a Sierpinski Triangle With C#
A Sierpinski triangle is a fractal in the shape of an equilateral triangle which is recursively subdivided into smaller and