Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/J0m1ty/NetTD
A Unity multiplayer tower defence game, made with hexagons in mind
https://github.com/J0m1ty/NetTD
hexagonal-grids socket-io tower-defense unity3d
Last synced: 2 months ago
JSON representation
A Unity multiplayer tower defence game, made with hexagons in mind
- Host: GitHub
- URL: https://github.com/J0m1ty/NetTD
- Owner: J0m1ty
- License: unlicense
- Created: 2022-11-27T03:31:47.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T23:58:54.000Z (about 2 years ago)
- Last Synced: 2024-07-30T20:55:40.943Z (5 months ago)
- Topics: hexagonal-grids, socket-io, tower-defense, unity3d
- Language: C#
- Homepage:
- Size: 2.45 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# .NetTD
NetTD is a Unity multiplayer tower defence game, made with hexagons in mind. This is a research and development project for my CSC 246 class.This is the client code, the Node.js server is over at [NetTDServer](https://github.com/J0m1ty/NetTDServer). This project is also on [itch.io](https://jomity.itch.io/nettd).
# Instructions
F11 to toggle fullscreen. Create an account and find someone to play with (either irl or through the global chat). Start the game and use mouse/WSAD to move, and T/G to place down towers. Press ESC to leave the game.# Builds
A windows build is avaiable under releases. WebGL is not available unfortunately.