Below is a collection of interesting projects using only Pseudowhizz's pseudocode interpreter, where the top 3 entries are chosen, rotated on a monthly basis. If you would like to submit your own entry, please message us on the Pseudowhizz discord. We will only publish entries that are deemed impressive enough at our own discretion.
.png)
This program generates prime numbers up to a specified limit using the Sieve of Eratosthenes algorithm.

Function that confirms if a given word is a palindrome or not.
.png)
Basic version of hangman where user has set attempts to guess a word one letter at a time.