Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 918 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 918 Bytes

Noversi

An online neuralnet reversi service powered by NOOXY NoService and Nodenet.

Try it here: https://www.nooxy.org/noversi/

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!

  1. Copy these files into "services/noversi" the folder you deploy noservice.
  2. 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