Skip to content

goshva/snakeword

Repository files navigation

Snakeword game

for dev

for win: 1. download last hugo static site generator for windows 2. unpuck zip (you will see hugo.exe file)

for mac: 1. /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" 2. brew install hugo

for linux: 1. sudo snap install hugo

  1. after do: git clone git@github.com:goshva/snakeword.git

  2. go to folder snakeword and: ../hugo.exe server for mac and linux: hugo server

  3. for build run ../hugo.exe (withouut server) for linux: hugo

for websocket server

chat-server/ ├── main.go ├── static/ (for any frontend files) │ └── index.html ├── cert.pem (SSL certificate) └── key.pem (SSL key)

go mod init chat-server
go get github.com/gorilla/websocket
go run main.go

About

word search game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 12