2048 game JS AI.

Document version.

For 2048-js-ai version: 0.4.2.

Source files are at revision: aee53838634e.

Package is at release state.

Build date: 2023-12-16.

Home page.

SF disallow hosting project with names starting with number. So js-2048-ai used instead of 2048-js-ai.

http://2048.defun.work/
New home page.
http://js-2048-ai.sourceforge.net/
Old home page.
https://sourceforge.net/p/js-2048-ai/
SF home page.
https://sourceforge.net/projects/js-2048-ai/files/
Releases.

Getting sources.

$ hg clone http://hg.defun.work/2048-js-ai/ 2048-js-ai
$ hg clone http://hg.code.sf.net/p/js-2048-ai/hg 2048-js-ai

Build docs.

Install reStructuredText text processor - docutils. On Debian:

$ sudo apt-get install python-docutils

Build docs:

$ make docs

Deploy to hosting.

Be sure you at Mercurial tagged revision and run:

$ make deploy

To deploy individually to defun.work or SourceForge run:

.. code:: console
$ make deploy2defun $ make deploy2sf