Showing 34 open source projects for "c# source code example"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • 1
    Daedalus Maze creator

    Daedalus Maze creator

    Maze creation, solving, exploration, and analysis

    Daedalus is a Maze creation, solving, viewing, analyzing, and scripting program. It runs on 32 and 64 bit Windows, with complete C++ source code available. For more information see the Web site: http://www.astrolog.org/labyrnth/daedalus.htm
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    RufasSlider

    RufasSlider

    Klotsky class block slider puzzles.

    RufaSlider is a collection of 16 different block slider puzzles for kids and casual puzzlers that works on laptops and PCs running Windows, OSX or GNU/Linux. It includes a Klotski-style family, a DirtyDozen family, and a Traffic-Rush family. And now these puzzle families come with AutoSolvers to help you. The Klotski family uses rectangles of 4 sizes: 1x1, 2x2, 1x2, 2x1. The objective in each game is stated near the window top, but usually involves moving a large block to a specified...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    AdaGate

    AdaGate

    3D OpenGL dungeon game using Ada: a tribute to Narbacular Drop

    AdaGate is a kid-friendly 3D sokoban puzzle game within a Stargate / Portal fantasy setting. It is a great example of modern OpenGL programming using the Ada programming language. It runs on Windows, OSX, or Linux. While searching a remote south-seas atoll for remnants of a lost American heroine, a stargate kawoosh lures you into 4 strange dungeons. Escape will require the logical rearrangement of weird power cells [ZPMs] that roll in only two directions. Shoot your portal guns at the...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Still Yet Another Sokoban

    Still Yet Another Sokoban

    An implementation of the popular Sokoban puzzle game. Win/Mac/Linux

    ...The levels provided are assembled from various third-party sources. Sokoban was originally created in 1981 by Hiroyuki Imabayashi. Available as Windows installer, portable .zip for Windows, Mac .dmg file, or cross-platform source code. Source code: http://github.com/davidjoffe/sokoban (source code is C++, only one dependency - LibSDL1.2 - and is structured in a way that lends easily to re-use for other similar types of games, potentially.) Project development livestream: https://twitch.tv/david_joffe Default Keys: Mouse-click: Move Up/Down/Left/Right: Move U: Undo R: Reset level state C: Choose set of levels M/N: Previous/Next level S: Toggle shadows A: Show 'About' information Esc: Exit
    Downloads: 2 This Week
    Last Update:
    See Project
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
    Learn More
  • 5
    atomiks

    atomiks

    A remake of the classic Atomix game for modern platforms

    Atomiks is a faithful remake of, and a tribute to, Atomix, a classic puzzle game created by Softtouch & RoSt and published in 1990 by the Thalion Software company. Atomiks is free software, and shares no code with the original Atomix game.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    KAREL 3D WebGL

    KAREL 3D WebGL

    Children's learning programming language Karel the Robot in 3D

    KAREL 3D written in JavaScript with WebGL is a children's programming language for teaching algorithms. This is later variant from Karel the Robot in 3D, created in 1986 for 8bit microcomputer PMD 85-2. Support full recursion, create new commands, complex commands with condition from dialog and direct control with keys, language translation. Objects: brick, wall, mark, fence. Check out the Wiki (here) for more examples and pictures. Include ZIP with original historical...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Sudoku command line solver

    Sudoku command line solver

    Solve 9x9 Sudoku Puzzles Using A Command Line Utility

    This tool written in C uses the Backtracking algorithm to solve Sudoku puzzles. The idea was born by participating a coding challenge of a German internet forum. https://www.coding-board.de/threads/coding-herbst-die-coding-board-de-coding-challenge.39297/ So it's rather made for fun. However, this code won in terms of speed. Unfortunately, the initiator of the contest has passed away in the meantime. R.I.P. Benjamin.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    KAREL 3D C++  ( Karel the Robot in 3D )

    KAREL 3D C++ ( Karel the Robot in 3D )

    Karel - 3D language interpreter

    version 5 in C++ WinAPI, for compiler MinGWx64 is manually rewrited from JavaScript no GL version in Notepad++ ( https://sourceforge.net/projects/karel-3d/ ). ZIP include source code and just one EXE file without install to direct Run KAREL-3D ( tested on Win10 x64 and Win7 x64 without MinGW compiller [ not need .dll ] ) Objects: brick, wall, mark, bridge.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Jigsaw And Slider Puzzle

    Jigsaw And Slider Puzzle

    Jigsaw And Slider Puzzle Game

    Puzzles are very popular logic games. There are various types and varieties of puzzles. Here is presented only one kind of puzzle that is the most famous. It is the integration of two or more two-dimensional elements that has a small part of the original picture drawn on it, in order to obtain the whole original image. The elements are formed by drawing original image at orthogonal panel, and then cut into many smaller, same size rectangular parts so-called tiles. Tiles are randomly lined...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Industry-Leading Auto Dealer Software Icon
    Industry-Leading Auto Dealer Software

    For Auto dealerships, OEM, independent software vendors, heavy truck dealers

    Our automotive software solutions help your dealership respond to today’s challenges and opportunities while creating best-in-class customer experiences.
    Learn More
  • 10

    cgSudoku

    Sudoku engine for .NET 4.0 and up

    Sudoku game library written in C# qirh source and tests (NUnit) available. Provides hint tracking and allows for custom classes to be added for advanced solving techniques to be applied without directly modifying the library's code. An UndoManager class is provided for automatic undo/redo support, and basic file saving and loading to and from an XML format is implemented as well.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Inform 7
    Inform 7 is a design system for interactive fiction based on natural language. This is the home of the source code for the Linux graphical port of Inform 7's development environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Color Flood Filler

    Color Flood Filler

    Source code of the game "Color Flood Filler" for Android OS

    Source code of the game "Color Flood Filler" for Android OS
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    sokobanbyabsoftcorp

    OPEN Source Sonic Sokoban

    Sonic Sokoban est un jeu de casse tête réalisé par Rygel Louv "Ghost Hunter" ( Membre trés actif de la Communauté Absfoftcorp ) . Le jeu est publié par Absolute Software Corporation (http://absoftcorp.com/) sous licence GPL. En effet le code source du jeu est diffusé sur le site pour permettre à qui le souhaite de l'étudier, l'améliorer ou le modifier à sa guise à condition de ne pas le commercialiser et de citer l'auteur. Sonic Sokoban est inspiré du tutoriel programmation en langage C de M@teo21 sur le Site du Zéro (http://www.siteduzero.com) que je remercie en passant.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    OGLBricks

    OGLBricks

    Simple puzzle game

    OGLBricks is a simple falling-blocks game. It's implementing a well-known game mechanics - take a look at the screenshot and you'll recognise it :) The gameplay is customisable: the player can set the field size, the size of the shapes and many other options. Also, the player can save the game at any moment and load it later. OGLBricks doesn't require installation - just unpack and run! The project is still under development, any help on graphical assets would be appreciated.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    The Wrath Of Mamm

    2d puzzle game

    Simple 2d puzzle game similar to chips challenge. I started writing it in Qbasic and then rewrote it in Blitz basic with improved graphics. This is the latest iteration in C++. All of the graphics and code are mine except for the Mappy playback library. (for more details visit http://tilemap.co.uk/mappy.php)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    S.C.O.U.R.G.E. is a roguelike game with a 3D user interface. The game allows a group of four characters to search for treasure, kill enemies, gain levels, etc. The code is C++ using SDL, OpenGL and freetype. The game uses Squirrel for scripting.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 18
    OpenAlchemist
    OpenAlchemist is a new game project developped with C++ language and Clanlib framework. Our goal is to reimplement the game www.naturalchimie.com with free softwares and with free licenses (GNU GPL for code and Creative Commons for graphics).
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    A code-breaking game for iOS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Bwock is a cute and colorful puzzle game under development. It is greatly inspired by Sokoban and the great NES underdog, "The Adventures of Lolo". Code hosted at http://code.google.com/p/bwock
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    An experimental Sudoku solver that is written using 64 lines or less of C code. Meant as a general experiment in seeing if Sudoku can be solved in that small amount of code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Same as Sokudo rule: Fill in the game board so that the numbers 1 through 9 occur exactly once in each row, column, and 3x3 box(we call it RULE). The numbers can appear in any order and diagonals are not considered. Base on Win32SDK, code with C++
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Sudognu is a command line sudoku solver and creator. Sudognu can display the logical steps it uses to find the solution. It can print four sudokus to a pdf page and it comes with example cgi scripts for integration into websites.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    Puzzle game where you should try to memorize a pattern and then rebuild it. Similar to Brain Blasters on Amiga. The code has now moved to GitHub: https://github.com/Zitrax/brainblast
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Zeitgeist is a puzzle game about logic, time and chain reactions. You have to complement levels such that marbles move into target positions. The game features 12 example levels, 8 tutorial levels and 20 campaign levels as well as a level editor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next