Explore >> Select a destination


You are here

incoherency.co.uk
| | randolphburt.co.uk
12.5 parsecs away

Travel
| | TL;DR I wrote a version of the Arcade classic Centipede using AngularJS and the HTML5 canvas. You can play the game here and view the source code on GitHub. Introduction Normally I'm coding in c# and evangelising about MonoGame, however in recent times I've had to start using JavaScript, in particular AngularJS. As always when...
| | retrogamecoders.com
24.6 parsecs away

Travel
| | Now in our Commodore 64 text adventure it's time to put objects that the player can interact with into our game
| | manuel.kiessling.net
10.5 parsecs away

Travel
| | Some days ago, my son asked me how computer games are made. The result is a simple yet fully-functional 2D space shooter, available on Facebook. Here's how it's done.
| | blog.nuculabs.dev
109.9 parsecs away

Travel
| Hello, In this article I present you the solution to nice and short cracking challenge from Root-Me. After opening it up in Ghidra, I saw that the challenge is easy to solve, all you need is to find the password, which is in plain text. Basically just copy paste and you get the flag, but wait, there's a twist! I should have learned my lesson from the other challenge from Root-Me, which also had a twist.