Skip to content

cGuille/hexale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexale

This is a toy project featuring a two players web based game written in Rust (server) and JavaScript (client).

Building the client

The client is built using webpack.

npm install
npm run build

Running npm run dev will watch the files and rebuild the client every time they change.

Building the server

The server is written in Rust using IRON. Like most Rust projects, it is built using Cargo.

cargo run

Now you can visit localhost:3000.

About

Toy project featuring a two players web based game written in Rust (server) and JavaScript (client).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published