Skip to content

L3P3/minicraft-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minicraft-server

This is my first rust project. After hearing that rust is too complicated for some people, I had to prove that I am better.

My extremely successful game minicraft is working offline. There is no way to share your world or to even play together with others.

This application will fix that!

TODOs

  • create minicraft
  • read the rust book
  • create a minimal http api
  • handle token cookie
  • handle user accounts
  • receive and send worlds
  • real time world serving
  • web socket connections
  • create rust videos

API

It will be hosted at https://l3p3.de/minicraft-api/.

  • /greet/:name: just for testing
  • /account: just for testing

How to run

cargo run

Contribution

I am very glad to receive feedback of any kind!

About

The backend part of Minicraft.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages