Skip to content

mikejk8s/gmud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gmud

A mud in go

Features

Todo

  1. Let user create a new character
  2. Let user login to an existing character
  3. Put user into beginner room with a description

To fix go mod paths

charactersDb git:(main) ✗ go env -w GOPRIVATE=github.com/mikejk8scharactersDb git:(main) ✗ go mod tidy
Found existing alias for "go mod". You should use: "gom"
go: finding module for package github.com/mikejk8s/gmud
go: finding module for package github.com/go-sql-driver/mysql
go: downloading github.com/mikejk8s/gmud v0.0.0-20220821060920-758a6a03bc00
go: found github.com/go-sql-driver/mysql in github.com/go-sql-driver/mysql v1.6.0
go: found github.com/mikejk8s/gmud in github.com/mikejk8s/gmud v0.0.0-20220821060920-758a6a03bc00

About

a MUD world engine in go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published