2048
If you are looking for a Rust project, you are probably looking for Connect 4 computer instead. For this project, I just wanted to make a simple 2048 clone and …
A blog of my programming activities
If you are looking for a Rust project, you are probably looking for Connect 4 computer instead. For this project, I just wanted to make a simple 2048 clone and …
I have been working on a language, which I am still making. I am making it in C, because it will be fast and shouldn’t take too much memory. So …
This project was something small I could work on for a few days on the side of my other main projects. The idea is that it is a 3D game …
This is a small project I made a while ago to answer the age old question: should you walk or run in rain? There are several proofs online, but I …
I’ve started changing the style of the code blocks on the site. The new style is inspired by firebase dark mode – although for some reason dark mode doesnt work …
I wanted to learn more about the workings of C, so I decided to try and build a snap project using it. I chose to build my own variant, where …
I have published another website, called plannit. It is designed to help plan tasks, and has various features, including parenting, tests and more. The site is built on Microsoft razor …
For this project, I worked on my C# by constructing a brute force cryptarithm solver. I started off by making a translator, i.e. AAA+BBB=CC –> 111+444=22 etc etc. Then I …
Monday – worked so a component has a DefaultObject function which returns an object with this component attached Tuesday – compiled a list of things to do, including adding physics …
Tuesday – Transform local coordinates now function correctly, however localPosition still needs to be based on the parents location AND rotation – work in progress. Source code will be made …
Recent Comments