AboutArticlesGame

I Created a Programming Puzzle Game

Cover Image for I Created a Programming Puzzle Game
Dennis Persson
Dennis Persson

URL copied to clipboard

1 minutes reading

Halloumi! I made a new puzzle game. It's a four-question pyramid quiz game. It's for all those brainiac unicorn developers who can't say no to a challenge.

If you aren't one of those, don't worry, there are puzzles of different experience levels. With this release today, there are four puzzles from beginner level to heroic level. You can find all game levels here, or maybe you want to skip directly to the heroic one, Turning coffee into bald hair.

Turning coffee into bald hair Developer (noun): a person turning coffee into bald hair

Are you a cheater? I'm no one to blame you, any method to solve the puzzles is allowed, googling is what we developers do!

Persson's pyramid game question Answer questions to reach the top of the pyramid

Cheater or not, let's look at the game. Each level consists of a pyramid. You can click on any of the numbered triangles in the pyramid to answer programming questions. The two topmost triangles are locked until you have solved the triangles below them. The goal is to unlock and find the answer to all four questions in the pyramid.

Persson's pyramid game level unlocked Solve the two bottom triangle puzzles to unlock the third triangle above

Let me know if the levels are too easy, I can make them harder. If they are too difficult, you can google harder. Let the game begin!

URL copied to clipboard

Dennis Persson

Knowledge Should Be Free

I'm doing this for free because I like to contribute to the world. Knowledge should be free and available to everyone. Still, we all need to make a living somehow, and running this blog takes time and effort. When I find content I value, I support those creators so they can keep doing their amazing work. If you enjoy what I'm sharing here, consider buying me a coffee. It doesn't have to cost more than a coffee!

Buy Me A Coffee

Related Articles

Cover Image for Write SOLID React Hooks

Write SOLID React Hooks

20 minutes readingArchitecture | Frontend | JavaScript | React

SOLID is one of the more commonly used design patterns. Each React article about SOLID presents the model in slightly different ways, some applies it on components, other on TypeScript, but very few of them are applying the principles to hooks

Cover Image for Answers to Common Next.js Questions

Answers to Common Next.js Questions

10 minutes readingFrontend | JavaScript | Next.js

Answers to common Next.js questions such as how Server Components work and how to read params in components

Cover Image for 33 Christmas Animations to Easily Add to Your Website

33 Christmas Animations to Easily Add to Your Website

3 minutes readingFrontend | UI

33 Christmas animation and interactive art which easily can be added you your website. Most of them are CSS only, others requires a small amount of JavaScript

Cover Image for React Hook: useElementDimensions

React Hook: useElementDimensions

9 minutes readingFrontend | Hooks | JavaScript | React

React hook useElementDimensions measures height, width and position of a node or element. It updates the dimensions on resize and scroll events

Browse articles