Showing 24 open source projects for "path-setting"

View related business solutions
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 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
  • 1
    JSoko

    JSoko

    The Sokoban game implemented in Java.

    JSoko is a Java program for playing the Sokoban game. It features path finding, auto push, auto solving, undo/redo, deadlock detection, and more.
    Leader badge
    Downloads: 23 This Week
    Last Update:
    See Project
  • 2
    Koxinga

    Koxinga

    Like board game Jamaica

    ...English game rule: https://sourceforge.net/projects/koxinga/files/Koxinga_English_User_Guide.pdf/download Chinese game rule: https://sourceforge.net/projects/koxinga/files/koxinga_chinese_manual.pdf/download 1) Q: Why won’t my piece move? A: You’re probably at a fork. On the map, look for two faint green arrows. Hover your mouse over them— they turn bright green. Click an arrow to choose your path. 2) Q: After a naval battle, why does the game seem stuck? A: If you won, you must choose the loot. Go to the computer that started the battle (or the loser) and pick what to take. If you’re not sure, just press Auto take.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3
    VR Ax Java Sources & Build Projects

    VR Ax Java Sources & Build Projects

    VR Adrix Java Works - Paged Lists - Action-Entity Model ...

    Adrix.NT Java Works :: Sources & Build Projects includes - Paged Lists of Object & Iterators Library for Java - Action / Entity Model for Java - VR Ax AWT Clock Java Component - VR Multi Dimensions Array Library - VR MDArray List Manager Library - VR Adjacency (List | Matrix) Direct Graph Lib - VRJMosaic cells sliding game with automatic resolver - VR RectsWorld Sample Applic - VR Free Chess 2D Applic also contains - Other Utils Libraries - Demo and Test Applications - NetBeans build projects - and more ... (*) note: the libraries folder to build and run applications must be located on the same volume of the java applications its path name must be: \AX.VincentRadio\Java\SharedLib have fun Adrix.NT adrixnt@hotmail.it
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    pycassonne

    Carcassonne clone written in python using pygame

    ...Computer player examines own her step only, so the analysation depth is only 1, trying to gain the maximum available extra points. Turning trace mode on it is possible to play against computer with ultra skill level, where the analysation depth is increased to 2. With this setting the AI is stronger but the gameplay is unbearable slow. It is just for test purpose.
    Downloads: 1 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    MyGoGrinder

    MyGoGrinder

    Solve Go problems (based on GoGrinder GoGrinder.sf.net )

    ...Read more on this project's web page (https://mygogrinder.sourceforge.io) * v.2.3.0: ... uses now the CA[] marker for text decoding * v.2.3.0: You can change the character set for the sgf without editing the sgf * It is now possible to use GoGrinder in modern file systems (folder rights etc)! * Use a second profile (settings, sgf) by setting a system variable * Start Grinder in "portable" mode * Less bugs (there are still some left) * Runs also with Java 1.5+ * appropriate error messages for sgf errors * fullscreen mode * shrinked bytes of the graphics, * Ex-/import tags to plain text * Parse folder with sgf files for errors (not my code) * Configure a 2nd editor for e.g. text edits on an sgf file Have fun
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    Path Finder Qt

    finds the sortest path on the square board. GUI is implemented in Qt.

    The program demonstrates the usage of the A* algorithm to find the shortest path. It searches the shortest path between source piece and target piece on the rectangular board. On the board the obstacles (wall) can be constructed. In addition to the algorithm, the GUI is provided. The GUI is written in Qt. Using the GUI, one can construct and move interactively the obstacles on the board. For every modification of the board, the shortest path is calculated automatically. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    A star

    it is an implementation of A* algorithm with examples of its usage.

    A start (A*) is the algorithm for searching the shortest path in the weighted graphs. My implementation is provided with various interesting applications, i.e. 15 puzzle. This project is related to my other projects located at sourceforge as well: https://sourceforge.net/projects/path-finder-qt/ https://sourceforge.net/projects/shortest-path-graph-a-star/ For detail of A* algorithm see wiki page: https://en.wikipedia.org/wiki/A*_search_algorithm
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    GNU Chess binaries for Windows compiled with MinGW on MSYS2. The Cygwin binaries are here only for archive purposes and won't be updated.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Conway's Game of Life

    Conway's Game of life cross-platform implementation.

    Conwlife is a Game of life implementation. Game of life is a popular mathematics game that was invented by John H. Conway in 1970. It's have very simple rules which lead to the creation of beautiful and amazing patterns. Android version https://play.google.com/store/apps/details?id=com.abtimal.conwaysgameoflife
    Downloads: 5 This Week
    Last Update:
    See Project
  • 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
  • 10

    Javascript Universal Chess Interface

    Port of UCI to Javascript

    An interface for javascript chess engines to the UCI (universal chess interface) protocol. This allows javascript chess engines to be launched in most chess guis. The progam is based on the Google V8 Javascript Engine. This program expects the path to the .js file of the engine in the first parameter. A wrapper for the open source Javascript Engine p4wn by Douglas Bagnall is provided as an example. A successful and very complete implementation is the Javascript Chess Engine Lozza by Colin Jenkins. The webpage also includes a simple step-by-step guide setting up jsuci with Lozza. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    chess game young developpers first project fell free to share enhancements ideas TO DO : - better description - translate the source in englidh - remove meaningless play on words from the source contact : pathofthechess@gmail.com
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    HolyWar: The battle for Faith

    HolyWar: The battle for Faith

    Classic backgammon in fantasy setting with a lot of missions.

    Holy War: The battle for Faith [Fantasy Backgammon] Is the variation of Bacgammon game in fantasy setting. Features: - Classic backgammon rules (except "7"-rule) - 3 factions (crusaders, saracens and undead) - 3 campaigns with a lot of missions - Fight with AI and human (hot-seat) Engine: HTML5
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    SimpleNetworkChess

    A simple network chess game

    A simple network chess game : only for 2 human players. Notice that in order to build the project, you need to add my jar library PluggableChessGraphism (>= 1.20), also available on Sourceforge, to the build path. Also, chess engine and images are imported from CarballoChess project : https://github.com/albertoruibal/carballo
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    rodent chess

    UCI chess engine

    Rodent is an UCI chess engine based on Sungorus by Pablo Vazquez, 300 Elo stronger than its predecessor. It allows setting up different personalities and to adjust playing strength.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15

    Kenny

    "Kenny" is an XBoard/WinBoard chess engine based on "Winglet"

    ...Kenny is an advanced form of Winglet which plays better at some faster time levels like blitz chess or upto 20 minute games, but almost always loses against Winglet when the time controls are 40 minutes or more for each. These tests were run by setting up various tournamennts on the free Chess GUI Arena Version 3.0. Kenny uses modified values for evaluation of various parameters, thus introducing almost an entirely new engine, because the evaluation function is the heart of a chess engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    labyrinth_game

    labyrinth_game

    Moving and rotating tile to make a path

    This “The Labyrinth” game is an applied puzzle board game that requires player to use logic and a strategy to pass each level. A core game play is move and rotating puzzles. In This game will be play by mouse. Player will pass each level by moving or rotating puzzle to make a pathway from start point that player’s character is standing at to the Cup on the other side of the board. Game will be obtained by Visual studio 2010 and XNA game studio 4.0.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    PizzaOS

    PizzaOS

    Operating System for gaming, working, writing and browse the web +mail

    PizzaOS ist ein Betriebssystem auf der Basis von Linux (OpenSuse) Hier die wichtigsten Funktionen: Alle Programme Accessoires -Kontakte -File Browser -Texteditor -Gnome Terminal -KWrite -OpenJDK Policy Tool -QT 4 Settings -Tomboy Notes Games Armagetron Chess etracer Five or More Four in a Row Frozen-Bubble lango Klotski Lights off Mahjongg Mines Nibbles Quadrapassel Robots Sudoku Swell Foop Tali Tetravex Graphics Gimp Internet Mozilla Firefox Mozilla Thunderbird Office LibreOffice LibreOffice Base LibreOffice Calc LibreOffice Draw LibreOffice Impress LibreOffice Writer Sound Audacity System Tools Dolphin Insall/Remove Software Live Insaller Nepomuk Backup Network Connections System Monitor System Setting XTerm YaST for version 0.1
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Chess Queens
    Calculate the number of solutions to place n queens on an n*n chess board, without any queen attacking each other. Options allow using rooks instead of queens, disabling knight attacks and setting the minimum distance between queens.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    The knight-path program is used to find shortest path of a knight chess piece between two chess board positions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    dreierschach
    This will be an implementation of the game Dreierschach, a hexagonal chess game for three opponents. It's a variation - created by Christian Wahlmann - which tries to keep the original setting and feeling of classic chess.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    CompWebChess 2
    CompWebChess 2 is an open source web-based chess program and application which allows you to play chess over the internet in a turn-based setting, using PHP and MySQL. Home Page: http://www.trimBrain.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Chain Reaction is a game played on a rectangular field by setting stones causing chain reactions to oust the others from the field. This version works with gtkmm and lets you choose board size and player number. Networking support is planned.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Library for manipulating hexagonal grids. Supports arbitrary areas and paths. Routing algorithms: find best path, find movement horizon. Output as SVG - which you can easily convert to PNG or JPG. Interface from C++, Python and JavaScript.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This is a statistics-based simulation of the game of baseball. It allows the user to act as manager, selecting lineups, making substitutions, setting defensive plays, and more. The game is based on the Extra Innings rulebook.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next