Skip to content

singleheart/wordchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 

Repository files navigation

wordchain

A word chain game run on the web. See https://en.wikipedia.org/wiki/Word_chain

prerequisite

This instruction is written for user who use ubuntu environment (or cloud9 ide)

  1. django should be installed on python version 3.x
  • sudo pip3 install django
  1. django-decorator-include package should be installed
  • sudo pip3 install django-decorator-include
  1. konlpy package should be installed. To do this, jdk also should be installed
  • sudo apt-get install openjdk-7-jdk
  • sudo pip3 install konlpy
  1. try starting server (on_your_workspace/src)
  • python3 manage.py runserver 0.0.0.0:8080

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •