Download agentvsagent Free Java Code
Description
A collection of simple games that can be played by computer programs developed by people of various levels of experience.
Icons
Source Files
The download file agentvsagent-master.zip has the following entries.
.ackrc/*from w w w.ja v a 2s .co m*/
.gitignore
.gitmodules
.nodemonignore
.travis.yml
Gemfile
Gemfile.lock
Guardfile
LICENSE.txt
MILESTONES.md
Makefile
Procfile
README.md
Rakefile
bin/ava
dist/hearts/go/Makefile
dist/hearts/go/bin/.gitignore
dist/hearts/go/game.go
dist/hearts/go/lib/AgentVsAgent/constants.go
dist/hearts/go/lib/AgentVsAgent/hearts-remote/hearts-remote.go
dist/hearts/go/lib/AgentVsAgent/hearts.go
dist/hearts/go/lib/AgentVsAgent/ttypes.go
dist/hearts/go/my_agent.go
dist/hearts/haskell/.gitignore
dist/hearts/haskell/Game.hs
dist/hearts/haskell/MyAgent.hs
dist/hearts/haskell/README.md
dist/hearts/haskell/Setup.hs
dist/hearts/haskell/agentvsagent-sample.cabal
dist/hearts/haskell/lib/Hearts.hs
dist/hearts/haskell/lib/Hearts_Client.hs
dist/hearts/haskell/lib/Hearts_Consts.hs
dist/hearts/haskell/lib/Hearts_Iface.hs
dist/hearts/haskell/lib/Hearts_Types.hs
dist/hearts/java/lib/AgentVsAgent/Card.java
dist/hearts/java/lib/AgentVsAgent/EntryRequest.java
dist/hearts/java/lib/AgentVsAgent/EntryResponse.java
dist/hearts/java/lib/AgentVsAgent/GameException.java
dist/hearts/java/lib/AgentVsAgent/GameInfo.java
dist/hearts/java/lib/AgentVsAgent/GameResult.java
dist/hearts/java/lib/AgentVsAgent/GameStatus.java
dist/hearts/java/lib/AgentVsAgent/Hearts.java
dist/hearts/java/lib/AgentVsAgent/Rank.java
dist/hearts/java/lib/AgentVsAgent/RoundResult.java
dist/hearts/java/lib/AgentVsAgent/Suit.java
dist/hearts/java/lib/AgentVsAgent/Ticket.java
dist/hearts/java/lib/AgentVsAgent/Trick.java
dist/hearts/java/lib/AgentVsAgent/heartsConstants.java
dist/hearts/nodejs/game.coffee
dist/hearts/nodejs/lib/Hearts.js
dist/hearts/nodejs/lib/hearts_types.js
dist/hearts/nodejs/myAgent.coffee
dist/hearts/nodejs/package.json
dist/hearts/ruby/Gemfile
dist/hearts/ruby/Gemfile.lock
dist/hearts/ruby/game.rb
dist/hearts/ruby/lib/hearts.rb
dist/hearts/ruby/lib/hearts_constants.rb
dist/hearts/ruby/lib/hearts_types.rb
dist/hearts/ruby/my_agent.rb
dist/tic_tac_toe/nodejs/lib/TicTacToe.js
dist/tic_tac_toe/nodejs/lib/tic_tac_toe_types.js
dist/tic_tac_toe/ruby/Gemfile
dist/tic_tac_toe/ruby/Gemfile.lock
dist/tic_tac_toe/ruby/game.rb
dist/tic_tac_toe/ruby/lib/tic_tac_toe.rb
dist/tic_tac_toe/ruby/lib/tic_tac_toe_constants.rb
dist/tic_tac_toe/ruby/lib/tic_tac_toe_types.rb
dist/tic_tac_toe/ruby/my_agent.rb
index.js
lib/agent.coffee
lib/arena.coffee
lib/hearts/actions.coffee
lib/hearts/builder.coffee
lib/hearts/card.coffee
lib/hearts/game.coffee
lib/hearts/pile.coffee
lib/hearts/rank.coffee
lib/hearts/round.coffee
lib/hearts/seat.coffee
lib/hearts/suit.coffee
lib/hearts/trick.coffee
lib/idGenerator.coffee
lib/logger.coffee
lib/matchMaker.coffee
lib/tic_tac_toe/board.coffee
lib/tic_tac_toe/builder.coffee
lib/tic_tac_toe/game.coffee
lib/tic_tac_toe/move.coffee
node_modules/thrift/README.md
node_modules/thrift/examples/Makefile
node_modules/thrift/examples/README.md
node_modules/thrift/examples/client.js
node_modules/thrift/examples/client_multitransport.js
node_modules/thrift/examples/parse.js
node_modules/thrift/examples/server.js
node_modules/thrift/examples/server_http.js
node_modules/thrift/examples/server_multitransport.js
node_modules/thrift/examples/user.thrift
node_modules/thrift/lib/thrift/binary.js
node_modules/thrift/lib/thrift/connection.js
node_modules/thrift/lib/thrift/index.js
node_modules/thrift/lib/thrift/protocol.js
node_modules/thrift/lib/thrift/server.js
node_modules/thrift/lib/thrift/thrift.js
node_modules/thrift/lib/thrift/transport.js
node_modules/thrift/package.json
node_modules/thrift/test/binary.test.js
package.json
server.coffee
service/abstractHandler.coffee
service/hearts/handler.coffee
service/hearts/index.coffee
service/hearts/mapper.coffee
service/hearts/types/Hearts.js
service/hearts/types/hearts_types.js
service/tic_tac_toe/handler.coffee
service/tic_tac_toe/index.coffee
service/tic_tac_toe/types/TicTacToe.js
service/tic_tac_toe/types/tic_tac_toe_types.js
test/factory.coffee
test/lib/agentTest.coffee
test/lib/arenaTest.coffee
test/lib/hearts/actionsTest.coffee
test/lib/hearts/cardTest.coffee
test/lib/hearts/gameTest.coffee
test/lib/hearts/pileTest.coffee
test/lib/hearts/rankTest.coffee
test/lib/hearts/roundTest.coffee
test/lib/hearts/seatTest.coffee
test/lib/hearts/suitTest.coffee
test/lib/hearts/trickTest.coffee
test/lib/matchMakerTest.coffee
test/lib/tic_tac_toe/boardTest.coffee
test/lib/tic_tac_toe/gameTest.coffee
test/mocha.opts
test/service/hearts/handlerTest.coffee
test/service/hearts/typesTest.coffee
test/service/tic_tac_toe/handlerTest.coffee
test/testHelper.js
thrift/gen/.gitignore
thrift/hearts.thrift.erb
thrift/tic_tac_toe.thrift.erb
web/assets/css/style.less
web/assets/js/hearts/app.coffee
web/assets/js/hearts/controllers.coffee
web/assets/js/hearts/filters.coffee
web/assets/js/hearts/services.coffee
web/assets/js/tic_tac_toe/app.coffee
web/public/bootstrap/css/bootstrap-responsive.css
web/public/bootstrap/css/bootstrap-responsive.min.css
web/public/bootstrap/css/bootstrap.css
web/public/bootstrap/css/bootstrap.min.css
web/public/bootstrap/img/glyphicons-halflings-white.png
web/public/bootstrap/img/glyphicons-halflings.png
web/public/bootstrap/js/bootstrap.js
web/public/bootstrap/js/bootstrap.min.js
web/public/cards/cards-ie.css
web/public/cards/cards-ie9.css
web/public/cards/cards.css
web/public/cards/faces/JC.gif
web/public/cards/faces/JD.gif
web/public/cards/faces/JH.gif
web/public/cards/faces/JS.gif
web/public/cards/faces/KC.gif
web/public/cards/faces/KD.gif
web/public/cards/faces/KH.gif
web/public/cards/faces/KS.gif
web/public/cards/faces/QC.gif
web/public/cards/faces/QD.gif
web/public/cards/faces/QH.gif
web/public/cards/faces/QS.gif
web/public/cards/faces/README
web/public/cards/faces/joker.gif
web/public/images/pool_table.png
web/public/images/retina_wood.png
web/public/javascripts/angular.js
web/public/javascripts/jquery-1.9.1.js
web/public/javascripts/thrift.js
web/public/types/hearts/Hearts.js
web/public/types/hearts/hearts_types.js
web/public/types/tic_tac_toe/TicTacToe.js
web/public/types/tic_tac_toe/tic_tac_toe_types.js
web/views/header.jade
web/views/hearts/play.jade
web/views/layout.jade
web/views/tic_tac_toe/play.jade
Download
Click the following link to download agentvsagent-master.zip.
agentvsagent-master.zip