Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/val92130/wander
Open-source web multiplayer game
https://github.com/val92130/wander
Last synced: 16 days ago
JSON representation
Open-source web multiplayer game
- Host: GitHub
- URL: https://github.com/val92130/wander
- Owner: val92130
- Created: 2015-09-30T12:13:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-28T18:17:35.000Z (almost 9 years ago)
- Last Synced: 2024-10-30T11:12:17.976Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 75.3 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wander
Wander is an Open-Source online multiplayer game based on C# and Javascript.
This game will alow users to wander freely in a 2D environment, to practice a virtual job, to buy a house and to tchat with other players.
----------
**Money system**
-------------
Each player will have an income which will be delivered every hour as long as they're connected to the server.The earned money will allow you to :
- Buy houses and appartments
- Buy in-game utilities
- Participate to events**No real money will ever be involved in the game !**
----------
**Rules**
-------------
- Don't insult other players
- Don't attempt to hack or bypass the security of the game----------
**Developers notes**
-------------
Wander is an open-source projet, you can host your own game server and modify it as you wish.
To do so :- Download the last version of the project on GitHub
- Execute the create.sql file in an SqlServer database
- Replace the default connection string in the SqlConnectionService class
- OR Create an environment variable named "DB_CONNECTION_STRING" with your connection string in value
- Build the solution
- Launch the server by launching the Wander.Server project
And voila :) You're ready to go
Note : You can also stress test your server using the provided Wander.StressTest.App
**Team**
-------------
- **Valentin Chatelain** - Developer, project leader
- **Rami Morri** - Developer