This repository has been archived by the owner on Mar 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
specialfish9/little-man
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
- Command-line compile. In the mnkgame/ directory run:: javac -cp ".." *.java MNKGame application: - Human vs Computer. In the mnkgame/ directory run: java -cp ".." mnkgame.MNKGame 3 3 3 mnkgame.RandomPlayer - Computer vs Computer. In the mnkgame/ directory run: java -cp ".." mnkgame.MNKGame 5 5 4 mnkgame.RandomPlayer mnkgame.QuasiRandomPlayer MNKPlayerTester application: - Output score only: java -cp ".." mnkgame.MNKPlayerTester 5 5 4 mnkgame.RandomPlayer mnkgame.QuasiRandomPlayer - Verbose output java -cp ".." mnkgame.MNKPlayerTester 5 5 4 mnkgame.RandomPlayer mnkgame.QuasiRandomPlayer -v - Verbose output and customized timeout (1 sec) and number of game repetitions (10 rounds) java -cp ".." mnkgame.MNKPlayerTester 5 5 4 mnkgame.RandomPlayer mnkgame.QuasiRandomPlayer -v -t 1 -r 10 https://cis.temple.edu/~vasilis/Courses/CIS603/Lectures/l7.html
About
(m,n,k) game playing AI for the Algorithms and Data Structures course at the University of Bologna a.a. 2020/2021
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published