Skip to content

Latest commit

 

History

54 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fenrir

A modular game engine built in Go.

Now requires gcc to build

pacman -S --needed base-devel mingw-w64-ucrt-x86_64-toolchain
  • Press Enter to use default=all
  • Press Y to accept
  • Set the PATH in Windows
  • Verify the gcc version
gcc --version

Build proto generated code

cd internal/network && protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative protocol.proto

Build the Fenrir server

go build -o build/fenrir_server.exe cmd/server/main.go

Build the Fenrir client

go build -o build/fenrir_server.exe cmd/server/main.go

About

A modular game engine built in Go.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages