All posts
Here is a complete list of all posts posted on n64squid.com. If you have trouble finding the one you’re looking for, use the search function in the side bar.
Sorting Algorithms
06/06/2024:
The sorting algorithm project is an attempt to recreate many sorting algorithms in order to learn about the C programming language. Includes an N64 visualiser.
Sort 64
03/06/2024:
Sort 64 is a hombrew demo I made where you can visualise 38 sorting algorithms right on your N64 sith a variety of speeds, graphics and sounds.
Shell Sort
28/05/2024:
Shell Sort is a sorting algorithm that sorts similarly to Insertion sort, but allows items to jump more than one space at a time.
Mario Builder 64
27/05/2024:
Mario Builder 64 is a homebrew hack of Super Mario 64 where you can create your own levels to play and share with your friends.
Wet Dreams
20/05/2024:
Wet Dreams is a series of four N64 homebrew demos from April 1999 that showcase a variety of 2D and 3D effects.
Hard POM
13/05/2024:
Hard POM is a homebrew demo scroller with a choice of three different bitmaps and 3D text effects to pick from.
Flood 64
06/05/2024:
Flood 64 is a puzzle game by Vrgl117 Games where you join coloured sections on a grid to make the board all the same colour.
Patience Sort
02/05/2024:
Patience Sort is a sorting algorithm that uses the Piles data structure to sort an array of items like a game of solitaire.
Puzzle Master 64
29/04/2024:
Puzzle Master 64 is a homebrew game by Michael Searl where you play a sliding puzzle game to arrange a series of beautiful pictures.
POM Baer
22/04/2024:
POM Baer is a homebrew game for the Nintendo 64 with some cool 3D effects that show The Secret Force’s logo in various cool effects.
Robotron 64 developer retells his experience of working on the N64 and PS1
15/04/2024:
Robotron 64 developer Tom Ketola provides a great insight as to what it was like working on the PS1 and N64 back in the 90’s.
Library Sort
09/04/2024:
Library Sort is a sorting algorithm that uses a binary search on each element to insert it into a sorted sub-array.
The Legend of Zelda: Master of Time + Remastered
08/04/2024:
Master of Time is a N64 hack that brings Link into the world of Abello, a whole new world continuing the epic tale from Ocarina of Time and Majora’s Mask.
Insertion Sort
02/04/2024:
Insertion Sort is a simple sorting algorithm that moves elements leftwards until they find their position in a sorted sub-list.
MeeTing Demo
01/04/2024:
MeeTing Demo is a homebrew demo for the Nintendo 64 by Renderman. It includes some cool 3D objects and a LOT of greets.
Gnome Sort
29/03/2024:
Gnome Sort is a sorting algorithm that replicates the functionality of a Turing Machine – its main pointer can move only one step at a time.
Feddit
25/03/2024:
Feddit is a WordPress plugin that allows you to replicate Reddit’s functionality on your own website.
Cube Sort
21/03/2024:
Cube Sort is a sorting algorithm that uses a binary search cube to store the data being used in a 4-dimensional array.
Alleycat 64
18/03/2024:
Alleycat 64 is an unfinished homebrew port by Dosin of the classic MS-DOS game from 1984 where you explore the world as a stray cat.
Project 64 1.6 vulnerability found
11/03/2024:
A vulnerability has been found in Project 64 v1.6 where it allows N64 ROMs to execute arbitrary code on your PC.
Super Bomberman 2
04/03/2024:
Super Bomberman 2 is a port of the SNES game to the N64 by Rider. It crashes after less than a minute of gameplay so it’s not worth trying.
Siemon 64
26/02/2024:
Siemon 64 is a homebrew game by Jakes1403 where you play a game of Simon Says that could mean the difference between life and death.
Stooge Sort
22/02/2024:
Stooge sort is an inefficient recursive sorting algorithm. It works by recursively sorting the first two-thirds and last two-thirds of the list and then recursively sorting the first two-thirds again.
Slow Sort
:
Slow sort is a humorous, intentionally inefficient sorting algorithm designed as a parody of sorting algorithms. It repeatedly searches for the largest unsorted element in the list and swaps it with the last element until the entire list is sorted.
Quick Sort
:
Quick sort is a widely used, efficient, and divide-and-conquer sorting algorithm. It works by selecting a ‘pivot’ element from the array and partitioning the other elements into two sub-arrays, with elements smaller than the pivot on one side and larger on the other.
Hanoi Sort
:
Hanoi Sort is a sorting algorithm based on the Tower of Hanoi data structure where elements are moved from one ‘peg’ to another without putting a larger item on a smaller one.
Comb Sort
:
Comb Sort works by repeatedly comparing and swapping adjacent elements with a diminishing gap between them until the gap becomes 1, resembling the teeth of a comb.
Cocktail Sort
21/02/2024:
Cocktail sort, also known as shaker sort, is a variation of the bubble sort algorithm that sorts a list by moving through it bidirectionally, comparing and swapping adjacent elements in both directions.
Bubble Sort
:
Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements, and swaps them if they are in the wrong order. This process continues until the entire list is sorted, with larger elements “bubbling” to the end.
Banjo Kazooie Remastered and Re-Jiggyed
19/02/2024:
Banjo Kazooie Remastered and Re-Jiggyed is a fan project which remakes the levels from Banjo Kazooie/Tooie in a series of cinematic trailers.