GithubHelp home page GithubHelp logo

ant1ng2 / gamesmanweb Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gamescrafters/gamesmanweb

0.0 1.0 0.0 22.03 MB

The GamesCrafters web interface. Soon to be deprecated by GamesmanRails

PHP 0.02% JavaScript 42.05% Python 8.46% Java 26.51% Shell 0.04% CSS 11.96% Hack 0.12% Thrift 0.06% HTML 10.78%

gamesmanweb's Introduction

GamesmanWeb is a Web-based interface to Gamesman. The main servlet is a 
remote interface to the database and solver, supporting function calls such 
as getMoveValue and getNextMoveValues, which return information about a 
given position for some game and information about the child positions of 
some position, respectively. The client-side interface is written in HTML/CSS 
and JavaScript, allowing it to be viewed in any modern Web browser. This 
package composed of the servlet and client interface is GamesmanWeb.

Requirements
 * Java 5 or newer
 * Ability to compile Gamesman+-
 * A Java application server (e.g., Tomcat, JBoss, WebSphere)

The servlets are JAX-RS service providers and not traditional Java servlets; 
i.e., they do not extend the HttpServlet class. Instead, JAX-RS allows any 
Java class methods to be annotated with HTTP methods and URI paths, and the 
underlying JAX-RS implementation will automatically create URI-to-method 
mappings. The best way to learn is by example in this case; please view 
edu.berkeley.gcweb.servlet.GamesmanServlet for an example.

There is an Ant build script provided, which will compile the necessary 
classes, organize the class files and JAR dependencies into the WAR format, 
and then copy the WAR package to a specified directory. This WAR package 
will be expanded by the application server (e.g., Tomcat).

gamesmanweb's People

Contributors

abhijay avatar allisondhall avatar brianfu9 avatar lelandau avatar savan70 avatar sethlu avatar sumeet-jain avatar yuhuawang avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.