Skip to content
This repository has been archived by the owner on Jul 12, 2019. It is now read-only.

JulianKniephoff/dubni

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dubni

A browser game written in Rust.

You can (hopefully) see it in action here.

TRIGGER WARNING: Since we are still in an experimental phase, that link might contain any kind of trigger for everything whatsoever, be it simple butthurt or serious illnesses! It might also impregnate your kittens.

Etymology (or "what the hell is dubni?")

Unfortunately there is no deep lore to it. It is just the result of trying to write "dunno" (short for "don't know") on a mobile phone while on the move. :wink:

Oh, and apparently dubnium (Db) is a highly radioactive synthetic chemical element, and there might be some metaphor hiding in there. Dubnium, in turn, is named after its place of discovery, the Russian town of Dubna.

Building

To build this project, you will need a nightly compiler with support for the wasm32-unknown-unknown-target. Using rustup, you can easily set this up using the following two commands:

rustup install nightly
rustup target add wasm32-unknown-unknown --toolchain nightly

To actually build the game, we currently use cargo web, which you can get by running

cargo install cargo-web

and with that done, you should be able to play the game by executing

cargo web start --auto-reload --target=wasm32-unknown-unknown

and pointing your browser to http://localhost:8000.


License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

No description or website provided.

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published