Skip to content

Commit

Permalink
Might as well put up a pretty screenshot since it's public now
Browse files Browse the repository at this point in the history
  • Loading branch information
tedsta committed Apr 5, 2015
1 parent 6d67cf2 commit cd40113
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions readme.md
@@ -0,0 +1,5 @@
# Reforge

Reforge is a multiplayer sandbox game where players build space ships out of modules that each serve a strategic purpose. Combat is FTL-style, where players manage available power to distribute between weapons, engines, shields, and more.

[![screenshot](screenies/reforge_screeny.png)]()
Binary file added screenies/reforge_screeny.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/sector_state.rs
Expand Up @@ -113,6 +113,7 @@ impl SectorState {
if self.debug {
println!("Receiving account");
}
println!("Receiving account {}", self.simulated_turn);
let client_id = account.client_id.expect("This must have a client ID");

// Add the client to the waiting list
Expand Down

0 comments on commit cd40113

Please sign in to comment.