https://github.com/compufox/multi-test
trivial-gamekit multiplayer experiment
https://github.com/compufox/multi-test
Last synced: 6 months ago
JSON representation
trivial-gamekit multiplayer experiment
- Host: GitHub
- URL: https://github.com/compufox/multi-test
- Owner: compufox
- Created: 2021-03-16T05:22:31.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-16T12:53:16.000Z (over 5 years ago)
- Last Synced: 2025-07-19T11:43:14.892Z (about 1 year ago)
- Language: Common Lisp
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# multi-test
### _ava fox_
an unpolished trivial-gamekit experiment
does no error checking, and is very rough around the edges
## Building
- `git clone https://github.com/compufox/mini-test ~/common-lisp`
- `git clone https://github.com/compufox/trivial-gamekit-ui ~/common-lisp`
- `git clone https://github.com/compufox/trivial-gamekit-colors ~/common-lisp`
- ensure you have the borodust quicklisp distribution installed in your lisp image
- `cd ~/common-lisp/mini-test; make`
## Running
After opening once instance of the game (either in a repl or opening the built executable),
click the button that says "host".
Open another instance of the game and click "Join"
in each window you should now see a blue square following your cursor, and a red square that matches
where the cursor's position in the other window
when youre done, hit quit.
## License
GPLv3