Skip to content

wilsouza/RbGomoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RbGomoku

This Project is the result of study during graduation.

Requirements

  • make
  • Python 3.4+

Install

In root project run:

$ make install

To view make instructions run:

$ make help

Should be returns the follow result:

clean - remove all build and Python artifacts
install - install the package to the active Python's site-packages
help - print help
run - run rbgomoku game
test - run tests quickly with the default Python

To develop

Requirements

  • make
  • Python 3.4+
  • virtualenv or pyvenv

Create environment

# 1. create virtualenv
$ pyvenv env # or use `virtualenv env`

# 2. run follow command to active python virtual environment created above 
$ source env/bin/activate

# 3. Them install dependencies 
$ pip install -r requirements.txt


# To Playing run: 
$ python main

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published