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
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.
A JavaScript game library to quickly develop board games for the web
Board2D.js is a JavaScript library that allows you to quickly develop 2D board games for the web. It is extremely easy to use and contains a very rich API.
Download the ZIP, and extract it to a folder. Inside it, the "lib" folder contains the javascript library file. You can include it in your projects as-is. For an example of how to use the library, you can find two mini samples of tic-tac-toe and chess in the examples directory.
There is no API manual currently, but if you use an...
From the creator of MKGI Chess Club comes this next generation chess club. Completely re-written from scratch on the latest software frameworks, it features: social networks connection, scalable data storage, stunning graphics and much more to come.
This project has two parts:
- A Java Chess library containing board models, rules and PGN format management
- A complete Chess web application based on the core Java library
2020: MOVED TO https://github.com/peterjtracey/desqchess -- because it's 2020...
Version 3 fork of desqchess.
DESQChess will be an easy to use, easy to add on to, easy to animate chess system. Useful for apps, tablets apps, and desktop systems.
Plans for other plugins include:
- Add plugin to connect to animation system (web GL)
- Connect to other open-source software such as Blender, illustrator, GIMP, and Vector graphic manipulation programs.
This sofware is designed to help different chess clubs to set up their own rating system. It uses USCF approximation formulas for rating calculations. Working example at newarkcc.vfutbole.ru
The Eight Queens Problem is a chess board puzzle. Eight queens can be placed on the chess board without conflict. Any queen placed on the chess board will not attack any other queen. JavaScript programming language is used.