A multiplayer tanks game made in Javascript using asdf framework.
Go to file
Arne van Iterson 499f960ce7 Got multiplayer semi working
Sending controls over socket.io might not be the way to go
There is some lag causing the players to not be lined up on all clients
2020-04-23 22:35:21 +02:00
css First Commit 2020-04-20 20:11:45 +02:00
html First Commit 2020-04-20 20:11:45 +02:00
res/images First Commit 2020-04-20 20:11:45 +02:00
src Got multiplayer semi working 2020-04-23 22:35:21 +02:00
.eslintrc.js First Commit 2020-04-20 20:11:45 +02:00
.gitignore First Commit 2020-04-20 20:11:45 +02:00
launch.json Got multiplayer semi working 2020-04-23 22:35:21 +02:00
main.js [wip] Added basic client - server communication 2020-04-22 20:16:12 +02:00
package-lock.json Got multiplayer semi working 2020-04-23 22:35:21 +02:00
package.json Got multiplayer semi working 2020-04-23 22:35:21 +02:00
README.md First Commit 2020-04-20 20:11:45 +02:00

TanksJS

A multiplayer tanks game made in Javascript using asdf framework.