Update READMEs
This commit is contained in:
30
README.md
30
README.md
@@ -1,9 +1,29 @@
|
||||
# ludum-dare-46
|
||||

|
||||

|
||||
|
||||
## Client
|
||||
# Defend Together
|
||||
|
||||
The client is build via Godot v3.2.1
|
||||

|
||||
|
||||
## Server
|
||||
Defend Together is a mutiplayer demo game project created in C++ with the [ENet Library](http://enet.bespin.org/) and [Godot v3.2.1](https://godotengine.org/)
|
||||
|
||||
The server is a C++ app built using ENet
|
||||
See the [wiki](https://github.com/josephbmanley/defend-together/wiki) for project documentation
|
||||
|
||||
Checkout the project on [Itch.io](https://josephbmanley.itch.io/defend-together)
|
||||
|
||||
View nested `ReadMe.md` files:
|
||||
- [Client](blob/master/client)
|
||||
- [Server](blob/master/server)
|
||||
---
|
||||
|
||||
This project highlights the following:
|
||||
|
||||
- Continous Intergration & Continous Deployment
|
||||
|
||||
- UDP Server Networking
|
||||
|
||||
- Utilization of Cloud Services in development
|
||||
|
||||
## Screenshots
|
||||
|
||||

|
||||
Reference in New Issue
Block a user