Magnificient application that allows you to control a perfectly drawed-in-paint fly that flies above a carpet.
So you can grab your friends and fly your flies together.
- Head to the
/Debug/onlyFly/
directory - Start server by executing
server.exe
command. - Connect to server with
fly.exe $YOUR_SERVER_IP 3879
command. - Use
arrow keys
to turn left right and increase/decrese altitude. - Enjoy your journey!
You can also press m
to see relative view position.
But you better not press other buttons because some of them are crashing client 😐
Do not expect to see a well written code here.
apt-get install build-essential libsdl-image1.2-dev libsdl-dev libsdl-net1.2 libsdl-net1.2-dev
brew install cmake gcc sdl sdl_net sdl_image
mkdir build && cd build
cmake ..
make
P.S. don't forget to copy images
folder into Show me image