Welcome to our versatile game server that offers a collection of word-based games, including Wordle, Hangman, and their exciting variants. Whether you're a word enthusiast, a strategic thinker, or simply seeking engaging challenges, our server has something for everyone.
The games which are in our service :
- Wordle – Wordle is a word puzzle game where players have to guess a hidden five-letter word within six attempts. After each guess, the system provides feedback in the form of symbols ie $,? , X to indicate correct letters in the right or wrong positions. The objective is to deduce the word through deductive reasoning. Its objective is to increase vocabulary and word knowledge
- Schrödinger’s cat –It’s a pretty simple game just you have to guess the box in which the cat hidden among the 5 boxes if you guess correctly you win if you don’t the cat moves to its adjacent box (for ex: - if the cat in box 2 then it either moves into the box 1 or box 3). This game increases your intellect and very fun just like a Rubic's cube
- Hangman –Hangman is a word guessing game. Where system generates a random word and the user tries to guess it by suggesting letters. If the letter is in the word, the user reveals the correct letters in the word. If the letter is not in the word, the player draws a part of a hanged man
- Dordle –Doddle is a word guessing game that is similar to Wordle, but with a twist. In Dordle, you have to guess two words at the same time, each with five letters. You have seven guesses total, and the letters you guess are used to eliminate letters from both words. To make a guess, type in a five-letter word and press enter. Doddle is a challenging but rewarding game that can help you improve your vocabulary
- Evilwordle –Evil Wordle is a word guessing game that is similar to Wordle, but with a twist. In Evil Wordle, the system is constantly changing the word it is thinking of based on your guesses. After each guess, the system will change the word it is thinking of to include any letters that user have guessed correctly, and to exclude any letters that user have guessed incorrectly.
Git clone the repository
git clone https://github.com/Ritvik25goyal/Absurd_Agents_Server.git
change the working directory to the server
cd Absurd_Agents_Server
For Linux Terminal
docker build . -t servername
For Windows (Powershell)
docker buildx build . -t servername
We have provided the dictionary feature , just change the files in
dictionary
folder and run the server . Dont rename the files .
For Linux terminal
docker run -p 12345:12345 -v $(pwd)/dictionaries:/app/dictionaries servername
For Windows (Powershell)
docker run -p 12345:12345 -v ${PWD}\dictionaries:/app/dictionaries servername
Refer this repositry for ML agents for these games => https://github.com/rudradeep22/AbsurdAgents_agents_Kshatriya