Skip to content

ricott1/stonks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stonks

It's the year 2100. Corporations are taking over the world. The stock market is reduced to only 8 companies fighting to be the last survivor. Traders around the world are ready to bet their grandma's savings to get some of those sweet sweet dividends: don't trust anyone at night!

Just try it out!

Connect via SSH to try the game.

ssh frittura.org -p 3333

Build

You need to have the rust toolchain installed --> https://www.rust-lang.org/tools/install. Then you can build the game with

cargo build --release

and run it with ./target/release/stonks.

To connect to the game server, open another terminal window and run ssh username@localhost -p 3333.

Contribution

Join the discord! There is no fixed roadmap for the game yet, anyone is welcome to participate with ideas.

It is almost guaranteed that you will encounter bugs along your journey. If you do, please open an issue and describe what happened. If you are a developer and want to contribute, feel free to open a pull request.

License

This software is released under the GPLv3 license.