Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.
Build generative AI apps with Vertex AI. Switch between models without switching platforms.
Start Free
Earn up to 16% annual interest with Nexo.
Let your crypto work for you
Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform.
Geographic restrictions, eligibility, and terms apply.
Java library devoted to handle Genetic Algorithms and Classifier Systems. It has been engineered to be used into agent based simulation models and to search bounded optimal solutions in wide solution spaces. It runs on distributed clusters.
This package contains code for the game of EasyGo, a modified version of the original game of go. This package provides a simple API so that the users can code and test their own players. Thus one can not only play, but also program their own players.
kurve*online is a java-based multiplayer snake game ("Achtung, die kurve!" - clone)
It will support singleplayer with AI bots, multiplayer on 1 pc+keyboard, online multiplayer or a combination of those 3.
JROBOTS is a Java Programming Game. Some bots fight in an arena firing missiles and avoiding enemies' projectiles. The players write the AI algorithms of their bots and then upload their bots in the on-line arena to compete against other bots.
GLD is a traffic flow simulator which can be used to evaluate the performance of AI
traffic light controller algorithms and colearning navigation algorithms for cars. It
is a discrete simulation which is designed to be easy to expand.
Round based, noninteractive, ai-scriptable strategic game. Players can make ai-scripts for vehicles (tank, jeep...), and the system play the game with scripts. AI-script can write in JavaScript. The game has a pure functional graphics.
VKAS uses genetic programming methods to find out the relationship among a set of independent and dependent variable. It is a problem solver software which uses evolutionary computing methods.
When vkas is run, it creates a population of chromosomes at random. This population is then genetically modified and next population is generated. Each population is subjected to fitness calculation and if a suitable answer chromosome is found then vkas stops and the answer is printed. If a...
A J2ME backgammon game, for playing two players on one phone or one player against an ai. Will use midlet version 1.0 in order to support as many phones as possible.
This project investigates emerging agent societies undergoing evolutionary, individual, and social learning. The project involves an agent modeling environment, monitoring mechanisms, simulation engine and a distributed p2p platform. All this in Java.
Java Settlers is a web-based version of the board game Settlers of Catan written in Java. This client-server system supports multiple simultaneous games between people and computer-controlled opponents. Initially created as an AI research project.
This project is to develop a text console using Java that can import plugin. This software development is currently on hold. (Switching GUI to GTK+ from Swing).
This is a robot project for airobot and robocode(a robot program game).Programming in Java in Windows OS. If you are good at AI or Robotics, or just a programming game fans, you are welcome.
The success of the Internet has made it possible to access a large
amount of information providers world-wide. However, for the customer
it is not easy to cope with this new richness of information, due to
the heterogeneity and the missing transpar
BoardWars is a teaching utility for computer science classes.
It runs as a server supporting multiple turn based board games.
The games are played by supplying the AI code in java or c++.
BoardWars was funded by the University of Iowa
Zeus Grid is a Grid Computing environment usefull to run systems in heterogenous machines at same time. In this first step, it will only compile, run and collect application results and file storage.
EasyAI is a project to build classical AI program and method in Java language, such as resolution for logic, greedy search, genetic algorithm, neural network and so on...
This java game is a game of guessing numbers. Users guess numbers from randomly generated limits and compete against an AI which is also "guessing" to get the correct number before the user (don't worry...it's turn based, not simultaneous!).
Java based system for creating Bio-Musical Worlds. Investigating the use of AI (flocking,A-Life, Genetic Algorithms, Neural Networks) and other bio-modelling techniques for the creation and evolution of musical landscapes.
This is a cross-platform framework for using Genetic Algorithms for solutions. Written in Java and uses convinient plug-in features for every phase in the genetic development, while maintaining an easy-to-use API for easy integration into applications.
Network gaming environment for AI warriors. Offers an application server, a soccer game application, an observer module visualizing a match and a template code for the warriors development.
A game of space warfare. Your goal is to wipe out all enemy player's bases, but keep in mind that gravity will influence the trajectory of your shots. Included network and AI player support!
Shootball is a game played by software. The intent of the game itself is to provide to programmers a simple, yet challenging, game for which they can write AI (bot) players in Java.
A flexible and easy-to-use physics engine for 2d written in java. A similar engine for 3d in c++, and a AI able to interact with the physics engine, affecting the world, written in c++ using neural nets and genetic algorithms.
ArgosFields is a Java/SWT port of famous turn-based stategy game Crimson Fields(http://crimson.seul.org/). Unlike the original game, it will provide full network support, but lack AI opponent(for now at least).