Skip to content

bioastroiner/isometric_minecraft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Isometric Minecraft

minecraft but 2d or 3d? both? a very early prototype even more than early alpha versions of minecraft icon

Testing

WASM

# pre
rustup target add wasm32-unknown-unknown
cargo install basic-http-server # or any other way of serving
#
cargo build --release --target wasm32-unkown-unkown
basic-http-server . # or any other way of serving

# the template index.html already has a refrence to your outputed .wasm file
# note that for github deploying we dont use this index.html as of now

Native

same as above without the target part.

# very basic
cargo run --release

About

an isometric game engine built on top of macroquad

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published