Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1014 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 1014 Bytes

Noversi

An online reversi service powered by NOOXY NoService and Nodenet. NOOXY NoService is a service framework. Nodenet is a neuralnet library.

Dependencies

A UNIX system.

system

git, nodejs, npm, openssl

node

ws, sqlite3

python

numpy

Deploy Method

  1. Deploy NoService
npm install noservice -save
npx create-noservice .

note that "." can be replace by anywhere you'd like to deploy!

2a. Copy these files into "services/noversi" the folder you deploy noservice.

2b. Alternatively you can launch noservice and type.

service git install NOOXY-Research/Noversi github
  1. Add "noversi" into "settings.json"(in the folder you deploy noservice) "services" settings.

Then you are ready to play! By typing "node launch.js" under NoService deployed folder. And open the client in browser.

Play

see client directory readme.md