Giter Site home page Giter Site logo

gomoku-commonlisp's Introduction

gomoku-CommonLisp

A web version of Gomoku game implemented in Common Lisp.

Usage

Type
APP_ENV=development shly -Lclacclackup app.lisp --server :Hunchentoot --port 8080
in shell to start the web server.
Open a web browser and access the “http://localhost:8080”

Installation

Install the Quicklisp that is a package manager for Common Lisp. See http://www.quicklisp.org/beta/#installation
Install the Caveman2 that is a web application framework for Common Lisp. Open the Quicklisp and type in (ql:quickload “caveman2”) . See http://8arrow.org/caveman/
Install the CL-PPCRE that is a string matching library for Common Lisp. Open the Quicklisp and type in (ql:quickload “cl-ppcre”) . See http://weitz.de/cl-ppcre/
Install the Shelly that is a shell tool to start the web server. Type "curl -L http://shlyfile.org/shly | /bin/sh" in shell. See http://shlyfile.org

File Structure

gomoku/src/search.lisp : This file includes all the AI algorithm code for the web app.
gomoku/static/js/app/index.js : This file include all the Javascript code that communicates with server and draws the UI.
gomoku/src/web.lisp : This file includes all the routing rules.

Author

  • Fei Peng

Copyright

Copyright (c) 2014 Fei Peng

gomoku-commonlisp's People

Contributors

fiigii avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

gomoku-commonlisp's Issues

Failed to start up

I can not pass with parameter "-Lclacclackup". Is it correct?
I replace "-Lclacclackup" with "clack", it runs with error message, something like:
clack.respose is not defined.

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.