Showing 167 open source projects for "games board"

View related business solutions
  • HRSoft Compensation - Human Resources Software Icon
    HRSoft Compensation - Human Resources Software

    HRSoft is the only unified, purpose-built SaaS platform designed to transform your complex HR processes into seamless digital ones

    Manage your enterprise’s compensation lifecycle and accurately recognize top performers with a digitized, integrated system. Keep employees invested and your HR team in control while preventing compensation chaos.
  • Powering the next decade of business messaging | Twilio MessagingX Icon
    Powering the next decade of business messaging | Twilio MessagingX

    For organizations interested programmable APIs built on a scalable business messaging platform

    Build unique experiences across SMS, MMS, Facebook Messenger, and WhatsApp – with our unified messaging APIs.
  • 1
    Kubok16

    Kubok16

    Kubok16 is a math puzzle similar to Sudoku.

    ... or an expert puzzle. This program includes several games to solve. The program can be used to create new games. The program can solve solutions to any Kubok16 game no matter how difficult. The program tests every possible combination. Source code Visual Studio C# form program. If you are interested in math, try my "Surface Explorer 3D" program: https://sourceforge.net/projects/surfx3d/ V2.0 Sept 26, 2024 1) added user manual 2) more error testing 3) generate game 1 solution only
    Downloads: 30 This Week
    Last Update:
    See Project
  • 2
    Scoreville
    Scoreville is an interactive adult game only for Windows at Version 7. Visit bars and discos to pickup women and drive them to your apartment. Work-out at gym, make penis enlargement operations, receive cash from women, "earn" reputation points, work as security guard or bank manager and much more. Scoreville is only a game. No girls in it. You can make girlpacks with an editor. Visit our forum: http://scoreville.die-links-welt.de/board/index.php
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3

    EloCalculator

    Elo Calculator - strictly implemented FIDE Rating Regulations

    This little tool might be helpful for chess players. The FIDE Rating Regulations (effective from 1 March 2024) are strictly implemented, therefore its calculation is hundred percent accurate. There is a Windows only version (Windows 7 or higher, .NetFramework 4.7.2 or higher (you don't need to worry about this with a current Windows 10 or 11)) ... and a Java version (Java 17 or higher).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Chessmaster Bots Manager

    Chessmaster Bots Manager

    A simple tool to allow Chessmaster 10/11 bot customizations

    This tool allows several bot customizations: - Load all the chess engine settings - Change avatar for any bot - Analyse player's games to get: * Player max elo * Game style (aggressive, positional, etc.) * Preferred opennings - Choose the closest openning book for a player - Save openning book based on player's game stats - Automtically backup bot with with possibility to restore settings Future improvements: - Improve .pgn analysis using external engine or refined position...
    Downloads: 2 This Week
    Last Update:
    See Project
  • A CRM and Sales Data Management Platform for Multi-Line Sales Teams Icon
    A CRM and Sales Data Management Platform for Multi-Line Sales Teams

    The CRM, sales reporting, and commission tracking tool uniquely tailored to the needs of manufacturers, sales reps, and distributors.

    Repfabric is a customer relationship management (CRM) software designed specifically for multi-line sales teams (i.e. reps, distributors, wholesalers, dealers, and manufacturers). It streamlines and simplifies the sales process by providing deep integration with email, contacts, calendars, and deal tracking. The platform enables users to track commissions from CRM to sale, make updates directly from mobile devices, and document sales calls using voice-to-text features.
  • 5
    ChessCam

    ChessCam

    A virtual DGT board using optical detection

    ChessCam allows you to play against the computer on your favorite chessboard without any expensive devices. You only need a webcam, a software using the DGT board, and of course a computer. Any ChessBase software such as Fritz or Shredder should be compatible. In order to run properly, ChessCam needs a Null-modem emulator (com0com) and DGT RabbitPlugin to be installed. com0com: https://sourceforge.net/projects/com0com/ RabbitPlugin: https://digitalgametechnology.com/support/software...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Dice Simulator

    Dice Simulator

    Simulator for Dice Probabilites

    Small simulator for checking typical dice probabilites for boardgaming/wargaming (during Vassal pbem games for example). Pre-configured tabs for the boardgame "Here I Stand" from GMT Games, but easily useable for other boardgames as well. The newest version also includes prediction of CRT combat (Paths of Glory, Illusions of Glory, Pursuit of Glory CRTs included). You can add your own single-dice CRTs for any game. Most features use a Monte Carlo simulation, but a few are calculated...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7

    AnotherFreeCell

    Another FreeCell game for Windows.

    Does anyone really need another FreeCell game. I don't, but I needed some practice writing C#.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ASL Toolbox

    ASL Toolbox

    Tools for Advanced Squad Leader

    Various small tools for the well known WOII wargame, Advanced Squad Leader
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Castle Dungeon

    Castle Dungeon

    A classic 2D dungeon escape game.

    When I was in college, I spent a lot of time playing a game called Castle Dungeon on my Commodore 64. This is my version of that game, as close as I can remember after so many years.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cloud data warehouse to power your data-driven innovation Icon
    Cloud data warehouse to power your data-driven innovation

    BigQuery is a serverless and cost-effective enterprise data warehouse that works across clouds and scales with your data.

    BigQuery Studio provides a single, unified interface for all data practitioners of various coding skills to simplify analytics workflows from data ingestion and preparation to data exploration and visualization to ML model creation and use. It also allows you to use simple SQL to access Vertex AI foundational models directly inside BigQuery for text processing tasks, such as sentiment analysis, entity extraction, and many more without having to deal with specialized models.
  • 10
    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 up...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    WumpusWorld-CSharp

    WumpusWorld-CSharp

    A Wumpus World in c# and prolog with a GUI

    Wumpus World Game is based on knowledgebase agents and is described in the book , Artificial Intelligence : A Modern Approach (Russel - Norvig). This is an implementation of Wumpus World (a Knowledgebase agent game) using csharp alongside prolog with a GUI. C# has the main environment of the game and the GUI The GUI was created using WPF , Windows Presentation Foundation Prolog is used as the knowledgebase of the agent of Wumpus World In order for C# to communicate with Prolog a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Game of Giants - 2 player AI

    2 Player (Bot or Human) AI Gaming

    Game of the Giants is a two-player board game which is played on a 10x10 grid of cells. Each player has four giants having initial configuration as shown in starting stage. A move consists of two subsequent actions: 1. One moves one of one's own giant one or more empty squares in a straight line (orthogonally), exactly as rook moves in chess, it may not cross or enter a square occupied by a giant or an arrow. 2. After moving, the giant shoots an arrow from its landing square to another...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Fallout PnP Calculator

    Fallout PnP Calculator

    A Fallout PnP To Hit Calculator with bold ambitions

    This is a simple Fallout PnP to Hit Calculator that will allow you to add Character, Weapons, Beasts, and Attack for ease in the calculation. Added in the file is a Guide that will inform you on how the application works
    Downloads: 6 This Week
    Last Update:
    See Project
  • 14
    Chronos Chess Timer

    Chronos Chess Timer

    A simple chess clock.

    Faced with the need to introduce time factor in the chess games with friends, I decided to program a simple clock, to make the games more exciting. I thought it could serve others. Chronos it’s a simple but effective chess timer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Sports Tactics Board is a utility that allows coaches, trainers and officials to describe sports tactics, strategies and positioning using a magnetic or chalk-board style approach. Supports soccer, hockey, volleyball and floorball.
    Downloads: 24 This Week
    Last Update:
    See Project
  • 16

    Tic Tac Toe

    Exciting Tic Tac Toe game full of features

    Hello World, my name's Nick . I like this game since a long time. I played various versions of it, but they all lack in customization. That always made me want to make my own version of Tic Tac Toe since I was 10 or so. I couldn't even program! So I'm now attempting to make it look beautiful and full of little details. I hope you're gonna enjoy it! Coder: Nick . Tester: Alex You need Microsoft .Net Framework 4.5 or the application won't start. .Net Framework 4.5 is already...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    DnDCreator

    Easy step-by-step character creation for new players for D&D 3.5

    Finally setup Git, the code under git is the most up to date, will release an executable when thoroughly tested. A windows application designed for new players interested in getting into Dungeons and Dragons 3.5. It is a simplified character creation process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Nim Advanced

    A Nim Game

    The mathematical game widely known as Nim made in C#. The rules are simple. Each turn a player can take one or more matches from the same row. Who takes the last match wins! The souce code is inside the archive Have fun playing it!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    YahtzeeSharp

    YahtzeeSharp

    A Simple Yahtzee like game.

    A Simple Yahtzee like game, similar to the ones played `back in the day` using a cup, some dice and a paper score card. Use Mono/Gtk# and SQLite for data storage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Brick Wall Tennis

    Brick Wall Tennis

    Play Tennis against a Wall of Bricks.

    Play Tennis against a Wall of Bricks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Tombola.Net

    Tombola.Net

    A C# software about italian game of Tombola.

    A C# software about italian game of Tombola. Winning card management. Manual or Random number selection. Un programma in C# per giocare a Tombola. Pensato per grandi eventi, consente di gestire manualmente le vincite, lasciando completa libertà al gestore.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    The Silver Games Project is a collection of open source, multiplayer networked games being developed in Silverlight. All games are tied together with a common lobby server featuring a global ladder ranking system.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 25
    Mine sweeper styled game created in C# using WPF for enhanced performance. Allowing the player to sweep in classic, triangular and hexagonal mode. May require .Net Framework 4.0
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next