Browse free open source C# Puzzle Games and projects below. Use the toggles on the left to filter open source C# Puzzle Games by OS, license, language, programming language, and project status.

  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 1
    SokoSolve Sokoban
    SokoSolve is a Sokoban game and enthusiast tools. Features include: Game (mouse-move,crate-drag, bookmarks), Library, Solver, Editor, and Generator. (Windows, C# .NET) Moved: https://github.com/guylangston/SokoSolve
    Downloads: 14 This Week
    Last Update:
    See Project
  • 2
    The GK3 Tools project is a collection of tools and utilities useful for viewing and modifying the Gabriel Knight 3 data files.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3

    Maths Magic

    Maths Magic Game

    Maths Magic is a simple game to improve addition skills in a fun way. The objective is to find a number or a sequence of numbers that add up to the target number. For example, when a single number like 6 is displayed, you can press 6 directly or a sequence of numbers that add up to 6 like 1, 2 and 3 or 2 and 4 or 1 and 5. Also, if a number like 11 is shown as the target number, you can press 2 and 9 or 3 and 8 or 4 and 7 or 1, 3 and 7 or 2, 3 and 6 or 5 and 6. For any target number the goal is to add up to it. A high number like 30 requires a sequence that can vary like 1, 9, 2, 8, 4 and 6. The goal still being that the sum of the sequence adds up to 30. Because there is a limit to how many numbers can be summed, the limit of the target numbers is 40. As the game progresses and your score increases, the game becomes progressively harder by increasing the range of target numbers and reducing the available time.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    Downloads: 3 This Week
    Last Update:
    See Project
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 5
    Virtual Rubix Cube
    This is a simple virtual rubix cube game, programmed to help novice cubers solve their first cube with hints and an ingame tutorial.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    A solver of the popular puzzle game, Eternity II.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    PocketLoop is an addictive game based on Slither Link / Fences / Loop the Loop.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Sudoku puzzle game, with the ability to generate random new puzzles of varying difficulty and give hints to solve existing puzzles. Please note that this project uses SVN.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9

    ThinkErcise

    Exercises for you thinker.

    A set of 20 brain exercises to enhance memory, attention and problem solving skills.
    Downloads: 1 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 10
    Untangle

    Untangle

    Untangle the web by removing all intersections between line segments.

    Untangle is a simple and straightforward puzzle game in which the player must untangle a web of vertices and line segments in order to remove all intersections between line segments. Drag vertices around the game field with the left mouse button to prevent intersections between line segments. In later levels, it is useful to press and hold the left mouse button over a vertex in order to highlight all vertices connected to it with line segments. Levels are randomly generated and potentially unlimited in number, although sooner or later the game field will become too tight or the game performance will deteriorate. Untangle was heavily inspired by the Flash game Uncross the Lines (http://www.mathsisfun.com/games/uncross-the-lines.html). Nevertheless, many new features are planned for the future. Microsoft .NET Framework 4.0 needs to be installed in order to play Untangle.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    A client-server quiz game on LAN network.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    2048

    2048

    Merge similar tiles and get the 2048 one

    Your goal in this game is to get the 2048 tiles by merging similar ones. You can only move ALL the tiles in the direction you want using arrow keys.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    3x3 Puzzle Windows

    Simple 3x3 puzzle for Windows

    A 3x3 block moving puzzle. The objective is to arrange them in correct order. Score high by solving it as fast as you can! New Version 1.2 with Image puzzle is now available. You can use any local image to create a new puzzle!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    4f02

    4f02

    An adaptation of the well-known "Sokoban" game

    "C#" implementation of the well known game.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    8-Tiles

    8-Tiles

    The 8-Tiles project is to study, play and analyze the 8-tiles problem.

    The 8-tiles project is to study, play and analyze the 8-tiles problem. Currently, it runs in 2 algorithms, Breadth First Search and Depth First Search. Even if you don't like the current implementation of one of algorithms, you can easily modify it, change it, or even implement and your new preferred algorithms using the game elements. Adding new algorithm will cost you changing about 2 or 3 lines besides your own implementation. Not only run the algorithm, but the interface helps you to show the number of nodes explored by the algorithm and the number of steps it takes to solve the game. You can start from a random solvable state or navigate to a state yourself. The interface animates the actions of solving the state and you can change the delay between each action to be able to track, analyze and learn.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    8Puzzle
    The 8-puzzle problem is a puzzle popularized by Sam Loyd in the 1870s. It is played on a 3-by-3 grid with 8 square blocks labeled 1 through 8 and a blank square. Your goal is to rearrange the blocks so that they are in order.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A-MAZE

    A-MAZE

    Have the most fun running through challenging mazes

    This game is a maze game where you travel through level using your mouse, avoiding different types obstacles. These will get harder the more you advance through the game. You can also create your own levels and share them with your friends!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Alchemy Elements

    Alchemy Elements

    A solver/record for the various Alchemy games out there

    This program is to be designed as a recorder or solver for the many Alchemy games out there. It is to be very open ended so that any game can be used with this. It is to be used as a solver if you have the solutions
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Color Expansion board game, built on generic minimax algorithm. This program is a member of Color Expansion AI's contest.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Another Block is a Tetris® clone developed in C# for .NET Framework for Win. It's still a basic Tetris®, with no different rules or attractions. It's a simple game, developed with the goal of having a first step in teaching people how to do C# games.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Argeebee is a game of lights and mirrors, filters and prisms. It is a puzzle game with absolutely no time pressure. It is written in C# and requires the Mono run-time to execute.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This project was created for the game development competition being put on by RIT's Society of Software Engineers in 2006-2007. The project itself is one of roughly 8 games entered into the competition.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Bejeweled 3 Savegame Manager

    A Bejeweled 3 Savegame Manager

    A Simple tool that will manage your Bejeweled 3 Savegames This tool requires .NET 2.0 or later to work, other then that it should work with any Windows system
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A classic block slider puzzle game with one simple goal: Move the target block out of the game board.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Bubbel is a 2D puzzle shooter built in C# with the XNA framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB