arktos.se
LUCC
|
12 Tiles
|
JumbleCube
|
MeBoy
 
About
arktos.se
>
LUCC

Overview

The Leisurely Updated Coding Challenge is a set of coding puzzles. It's inspired by Advent of Code, Everybody Codes and Project Euler. After solving hundreds of such puzzles, I wanted to try my hand at coming up with my own (but without committing to a publishing schedule).

You can solve the puzzles in any order and using the programming language of your choice. Each puzzle is designed to have a unique solution which can be computed by a program with a few seconds of runtime or less.

For now, there's Puzzle 1 and Puzzle 2 to try out, and hopefully more over time.

Note that LUCC is currently structured to minimize data collection and server-side complexity, so there's no login system or server-side storage of user information. While this is great for privacy and site stability, this means progress is stored locally in your browser, and will be lost if you reset your browser's local web storage.