🎮 One game a week

This is my personal game-a-week challenge for 2024.

📁 Sourcecode

Repository on gitlab.

📅 Week 5: Sliding Puzzle

15 Puzzle
One from two varinats of this classical sliding puzzle game can be choosen, the 8 tiles or the 15 tiles variant. Goal is to order the randomly shuffled numbers back in numerical order from left to right, top down. If you get stuck, you can always click on the Solve button.
Play: Siding Puzzle!

📅 Week 4: BlackJack

BlackJack
Blackjack is a card game where the player tries to reach 21. Each player competes against the dealer. For rules and basic strategy see wikipedia.
Play: BlackJack!

📅 Week 3: Missile Command

MissileCommand
I always wanted to implement a basic version of Missile Command. Protect the buildings on the bottom by shooting missiles from of the thee silos. The explosion of the missile creates an explosion ball and any enemy missile comming from above explodes in this ball. You have 10 shots per silo.
Play: Missile Command!

📅 Week 2: Sudoku

Sudoku
Sudoku is a well known logic-based, number-placement puzzle. Try to place numbers 1-9 in a 9x9 grid so that each row, colum and box (3x3 subgrid) contains all the digits from 1 to 9.
Play: Sudoku!

📅 Week 1: Circle jump

Circle jump gameplay
Run on the sturface of a big ball and jump with the red box over the gray obstacles. Use space key to jump ESC key to stop the current game and give up!
Play: Circle jump!


(Week: 05) Update: 2024/02/02