Problem This is an “entry” I made for the June 2016 Community Challenge to make a Chutes and Ladders generator. […]
Tag: community-challenge
Racetrack in… VBA?
Problem So, I took a look at the August Challenge: The top-voted answer is Racetrack1: “In the game of Racetrack2, […]
RPSLS game revisited. Is my design better than previous attempts?
Problem This question is a follow up to these questions: RPSLS Game in C# Ensuring user input is an integer […]
Taking change – convergent iteration through iterate
Problem For the Code Review community challenge “Implement StackSTV”, the algorithm requires a “convergent iterative scheme” to calculate the keep […]
Rock, Paper, Scissors, Lizard and Spock
Problem I am currently done with this little Rock, Paper, Scissors, Lizard, Spock game in JavaScript. The game is working […]
Gotta catch ’em all!
Problem This week’s challenge is essentially about fetching Json data from the Web, and deserializing it into objects. I don’t […]
AdventOfCode Day 1 : find X element matching a criteria in haskell
Problem This problem is from https://adventofcode.com/2020/ day 1. I need to find the N entries of inputs that sum to […]
Resistance is futile, Resistors have been dispatched to model your Resistance
Problem Since it was getting boring to always do OOP Languages I decided to dabble in the functional realm of […]
Monoalphabetic Substitution Cipher
Problem In light of this months Community Challenge, I’ve taken a stab at building something related. Keep in mind, this […]
Another Rock Paper Scissors Lizard Spock implementation
Problem The Challenge Create an implementation of “Rock – Paper – Scissors – Lizard – Spock”. The rules: Scissors cuts […]