Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Acelata : Nuke for 260720 /chad/ Gamejam Finished : 20260729 (On TIME) Gamejam : <https://game.chud.cyou/260720> Please Enjoy. -- HOW TO PLAY -- ./acelata.out: [--help] | <Player Count> <Seating> <Host IP> player count: 2 to 4. seating: X represents the local players, example: X___ = this connection controls player 1 _XX_ = this connection controls player 2 & 3 The preceding _ is most important, the use of the character 'X' is critical host IPv4 address: should be set for the host too. Enet does not support the 30 year old universalist internet protocol version 6. WASD + E IJKL + O Arrow + Enter KEYPAD Arrow + KEYPAD Enter Restart: 1 -- ----------- -- Instructions for compilation follow... -- Desktop -- :::Some assembly required::: git clone https://github.com/8e8m/acelata --depth=1 cd acelata make run # ... inside acelata ... # Ensure libraylib.so.5.5/libglfw.so exists in your linker path. # If you do not or cannot install raylib via your package manager: git clone https://github.com/raysan5/raylib --depth=1 sudo make -C raylib/src/ PLATFORM=PLATFORM_DESKTOP BUILD_MODE=RELEASE RAYLIB_LIBTYPE=SHARED install # Ensure libchad.so (https://github.com/BasedProject/libchad) exists in your linker path. git clone https://github.com/BasedProject/libchad --depth=1 sudo make -C libchad install -- License -- SPDX ID: GPL-3.0-only, unless explicitly specified otherwise.