Showing 53 open source projects for "grid c++"

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

    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 secuirty. Auth0 now, thank yourself later.
    Try free now
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1
    SadConsole

    SadConsole

    A .NET ascii/ansi console engine written in C# for MonoGame and XNA

    SadConsole is a generic library that emulates old-school console game systems. It provides command prompt-style graphics where one or more tile textures are used to represent an ASCII character set. Console's are made up of a grid of cells, each of which can have its own foreground, background, glyph, and special effect applied to it. While SadConsole is a generic library that doesn't provide any rendering capabilities, "host" libraries are provided that add renderers to SadConsole. The two...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Clever Mines
    Looking for mines on triangular or rectangular fields. The computer moves mines in the background, so that you must not guess. If you set hard level, you will die every time you make a mistake. You can change the board size and mines density.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 3
    Crossword Designer

    Crossword Designer

    Program to design crosswords

    A tool to help you design crosswords by hand, though there are automated functions to suggest words, or even fill in grids. You create a grid, add clues by hand, then use the cut and paste tools to transfer to a wordprocessing or other desktop publishing package. So a nice tool for education, if you're running a club magazine or parish newsletter, or similar use. You can transfer files in the semi-standard xpf format, supported by some other crossword-editing software. There's also...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Euler

    Euler

    A distributed graph deep learning framework.

    As a general data structure with strong expressive ability, graphs can be used to describe many problems in the real world, such as user networks in social scenarios, user and commodity networks in e-commerce scenarios, communication networks in telecom scenarios, and transaction networks in financial scenarios. and drug molecule networks in medical scenarios, etc. Data in the fields of text, speech, and images is easier to process into a grid-like type of Euclidean space, which is suitable...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 5

    3D Heat advection C code Parallelized

    MPI based Parallelized C Program code to solve for 3D heat advection.

    Type - 3D Grid - Structured Cartesian Case - Heat advection Method - Finite Volume Method Approach - Flux based Accuracy - First order Scheme - Explicit, QUICK Temporal - Unsteady Parallelized - MPI (for cluster environment) Inputs: [ Length of domain (LX,LY,LZ) Time step - DT Material properties - Conductivity (k or kk) Density - (rho) Heat capacity - (cp) Boundary condition and Initial condition. ] Setup : The left, top and inside plane boundary is at 100 C and the right...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    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
  • 7
    Pixel Empires

    Pixel Empires

    A cellular automation simulation governed by probability.

    This cellular automation simulation uses probability to control the growth and decay of different cells. This simulation uses cells of 6 different colors each of which is initially given one cell to be placed in a random location on the grid. 3 rules govern the evolution of this system: First, each cell will randomly select an empty cell around it or itself. If an empty cell is selected, a new cell will be formed in it. If the cell selects itself, it will not expand. In the next...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Tactics3D
    Tactics: Western Philosophers Vs. Musicians is a turn-based tactical game combining rules and gameplay elements inspired by Final Fantasy Tactics and the Mayfair Exponential Game System. Unlike most games of this type, motion is in full, grid-less 3D.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    NongraphicalRTS

    An experimental strategy game made out of basic UI elements

    I originally made this just to practice UI building but I think eventually it will become a full-featured game. My vision is to create a strategy game entirely independent of sprites, backgrounds or any other graphics. To do this, I will represent units and buildings as symbols in a grid. The rest of the interface will consist of tabs, menus, text boxes, buttons, -typical UI elements.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Save hundreds of developer hours with components built for SaaS applications. Icon
    Save hundreds of developer hours with components built for SaaS applications.

    The #1 Embedded Analytics Solution for SaaS Teams.

    Whether you want full self-service analytics or simpler multi-tenant security, Qrvey’s embeddable components and scalable data management remove the guess work.
    Try Developer Playground
  • 10
    BattleCachePlanner

    BattleCachePlanner

    Battlecache Planner Application

    Participate in the Alberta Battlecache competition. Use this tool to plan which caches to find in order to fill your grid and maximize you chance of sinking all five ships!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Hanjie puzzle is a blank grid with numbers indicating how many cells in that row or column must be coloured. Simple Hanjie generate random grids, and you must resolve the puzzle by clicking in the cells.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Klest-crossword
    Open Source program to create crossword puzzles, which will be professionally compile a crossword puzzle and then is convenient to guessing.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13

    makedoku

    Command line sudoku generator and solver. It uses opencl or openmp.

    Command line sudoku generator and solver. It uses opencl or openmp to solve and generate grids. Each generated grid has an unique solution and the number of givens can be specified as parameter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Tic Tac Toe

    Tic-tac-toe enjoy

    This is a paper-and-pencil game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three respective marks in a horizontal, vertical, or diagonal row wins the game. Free Games, Online Games, Play Games, Tick-tack-toe, Tic-tac-toe, Tick-tat-toe, or Tit-tat-toe.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Massive DAT file editor for Simutrans sources.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 16
    FCCO Casino Chips Collections Software

    FCCO Casino Chips Collections Software

    Software for cataloging collections of casino chips.

    Software for cataloging collections of casino chips. Software para catalogação de coleções de fichas de cassino.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Grid General

    Grid General - Jeu en LAN (serverless)

    Ressources pour le développement du jeu Grid General
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Goo Drop
    A little game based on a really old flashgame that i can't find again on internet. Just click on bubbles to make it explode and start a chain reaction to clean the grid.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    WarRPG

    This is my "homebrew" project, for my development of an RPG game.

    This is my "homebrew" project, for my development of a RPG game. The inspiration comes from a number of dungeon crawlers and such, but the main and quotable ones are Diablo (the series), and World of Warcraft.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    SUDOKU SOLVER
    SIMPLE APPLICATION FOR SOLVING (9*9) GRID SUDOKU.FOR WINDOWS AND DOS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Artificial life simulation where computer programs (virtual organisms or VOs for short) compete on a grid for computer time. May the most intelligent VO win!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    I:NVY -> INVY: New Version of YATUS YATUS: Yet Another TUrn based Stategy game I:NVY is a turned base strategy game, with hexagonal grid. It's a kind of tribute to Battle Isle.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Application for solving "printed" sudoku. It will use your webcam for reading the grid and then solve it
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    GNUGoS60 is a port of GNU Go (gnugo v3.6) to Symbian / S60. Go is a board game, whose object is to control a larger portion of the board than your opponent, through the placement of stones on a 19x19 grid.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A sliding block puzzle game on a hex grid featuring 210 computer generated levels.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next