AGalassi/TablutCompetition
Software for the Tablut Students Competition
This software lets participants in the Tablut Students Competition set up and run their game server and test player strategies. You provide your AI player code and competition rules, and it simulates game matches, showing the game state. It's for students or organizers involved in the Tablut AI competition.
No commits in the last 6 months.
Use this if you are a student participating in the Tablut AI competition and need to run the official game server and test your AI player.
Not ideal if you are looking for a general-purpose game engine or a tool for developing AI for games other than Tablut.
Stars
23
Forks
34
Language
HTML
License
BSD-3-Clause
Category
Last pushed
Apr 18, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/AGalassi/TablutCompetition"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
gbroques/missionaries-and-cannibals
Python program that solves the Missionaries and Cannibals problem, a toy problem in AI, with...
MatteoFasulo/Tablut
Project for the MSc in Artificial Intelligence of the University of Bologna, academic year...
Subangkar/Missionaries-and-Cannibals-Problem-Python
This Python implementation is a scaled up version of the Missionaries and Cannibals problem with...
Gionnino9000/Gionnino9000
La nostra soluzione per la Tablut Challenge 2022 ♟️ (Fondamenti di Intelligenza Artificiale M)
Bishalsarang/Missionaries-and-Cannibals-Problem
This repository contains the solution to Missionaries and Cannibal Problem using BFS and DFS search.