Git Product home page Git Product logo

chessms's Introduction

ChesSMS

ChesSMS is an application that lets you play Chess over SMS, powered by Twilio. A blog about it can be read here.

screenshot

Dependencies

Erlang/OTP R15B01 (may work on older versions)

Building

ChesSMS uses rebar. To build it...

./rebar get-deps
./rebar compile

Choosing a Chess Engine

ChesSMS should in theory work with any UCI compatible chess engine. It is known to work with Stockfish.

If using stockfish, compile it according to your machine and copy the binary to priv/bin/stockfish.

If using another Chess Engine, you can put the binary where ever you want but you'll have to modify src/chessms_server.app.src and change the engine_path configuration parameter.

Running

If everything has been built correctly, you should be able to run:

erl -pa ebin deps/*/ebin -s chessms_server -chessms_server port 7000

Connecting to SMS

To connect ChesSMS to an SMS enabled Twilio number, sign up for Twilio and buy a number (if you haven't already). Configure the SMS URL of the phone number to point where your ChesSMS server is running.

Now, you should be able to text "play" to your Twilio phone number to start a chess game!

Contributing

Contributions are welcome. If you're looking for things to add, checkout the Issues page.

chessms's People

Contributors

chadselph 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.