Categorygithub.com/webbelito/Fenrir
repository
0.0.0-20241130084332-1bec0519f721
Repository: https://github.com/webbelito/fenrir.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

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