Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/a-moseman/isogame
https://github.com/a-moseman/isogame
game game-development gdscript godot godot4-2 multiplayer
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/a-moseman/isogame
- Owner: a-moseman
- Created: 2024-09-15T17:28:37.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-04T22:08:49.000Z (4 months ago)
- Last Synced: 2024-10-20T03:32:32.487Z (3 months ago)
- Topics: game, game-development, gdscript, godot, godot4-2, multiplayer
- Language: GDScript
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Isometric Game Project
An open-ended projected for a multiplayer isometric game. It is currently being developed using the Godot game engine.
## Setup
1. Install Godot 4.2.1
2. Ensure the executable is on your path
3. Rename the executable to godot.exe (not needed, but assumed for the commands in this section)
4. Download this repository
5. Go into the project directory
6. To run as a server, run `godot server `
7. To run as a client, run `godot client `, where the address and port are of an existing server.
Note: if the client and server are on different networks, you will need to set up port forwarding on the network of the server.
## Development
Check our [wiki](https://github.com/a-moseman/IsoGame/wiki) for rules and standards for contributing.