Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 631 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 631 Bytes

Quader

A Cross-Platform Online stacker puzzle game written in Rust.

Work in progress.

Project overview

All crates are located in src subdirectory. This includes:

  • assets - all the game's assets: textures, sound effects, etc.
  • client - the Quader client written using macroquad.
  • engine - the main Quader engine which handles all the gameplay stuff - mostly done.
  • server - the game server. Handles chats, lobbies, multiplayer games, etc.
  • skynet - cold-clear bot wrapper.
  • web-api - a RESTful web API.