Skip to content

formulaicgame/fmc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

Fmc

Download the game at fmc.gg
Join the Discord if you have questions

Contributing

Contributions are welcome and encouraged, reach out on discord.

Modding

Mods can be added through the fmc build command, see fmc build --template for an example.
Mods are plain rust crates, and can be found at crates.io by searching for fmc_
To develop your own mod, see the example mod.

Build client from source

git clone https://github.com/formulaicgame/fmc
cd fmc/client && cargo run --release

Licensing

client - All rights reserved (Will be made AGPL3 with time)
fmc - MIT or Apache-2.0