Skip to content

Commit

Permalink
Upgrade 3.0.100
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrl-alt-d committed Nov 7, 2019
1 parent 5ffc3df commit 5647888
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

This is just an experimental lab to test to make a multiplayer web game without javascript (or almost without). Components:

* blazor ( netcore 3 preview 7 )
* blazor ( netcore 3.0.100 )
* html
* css

Maybe a more simple game (pong, snake, space invaders )would be enough to make the lab ... but ... let's try.
Maybe a more simple game (pong, snake, space invaders ) would be enough to make the lab ... but ... let's try.

This is not a real project, just a lab to enjoy and for experimental purposes (check performance, refresh, network bandwidth, learn new blazor features, ... ).

Expand All @@ -17,7 +17,7 @@ This is not a real project, just a lab to enjoy and for experimental purposes (c
* They are a `HostedService` who calls the `Tic`s.
* `Universe` is injected as `AddSingleton`: one Universe for all people.
* `Player` is injected as `Scoped`: one Cell for Player (connection).
* Mouse is tracked by blazor ( `@onmousemove`'s `UIMouseEventArgs` )
* Mouse is tracked by blazor ( `@onmousemove`'s `MouseEventArgs` )

### Collaboration wanted:

Expand Down
2 changes: 1 addition & 1 deletion src/global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "3.0.100-preview8-013656"
"version": "3.0.100"
}
}

0 comments on commit 5647888

Please sign in to comment.