Skip to content

An adaptive artificial intelligence for Raj The Bidding Game aka Stupide Vautour. Including the command line game. All in Javascript

Notifications You must be signed in to change notification settings

manvirgrewal/raj-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raj the A.I.

  • An adaptive artificial intelligence for Raj The Bidding Game aka Stupide Vautour.
  • See my Final Report pdf for information on what techniques I used for my A.I's implementation
  • Coded in Javascript.
  • Node.Js
  • Vue.Js GUI coming next

Instructions:

  • make sure you have node.js installed
  • cd into ./server/src
  • run the following command to play against my ai: node runGame.js

The Game & it's rules:

Provided by boardspace.net

Raj is a perfect information card game invented by Alex Randolph. There are cards, but there is no shuffling and no luck. The variability in the game is only the unknown order in which the prizes will be offered.

Equipment: There are 15 prizes with values -5 to 10, and each player has an identical deck of 15 cards with values 1 to 15.

Rules: A prize is chosen randomly, and all players bid for the prize by playing one of their remaining cards. High card wins for positive prize values, Low card wins for negative prize values. Equal bids cancel, and if all the bids are cancelled, the prize rolls over to the next round.

Winning: when all prizes have been auctioned, the winner is the player with the highest total value.

About

An adaptive artificial intelligence for Raj The Bidding Game aka Stupide Vautour. Including the command line game. All in Javascript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published