Forked from https://github.com/Germanunkol/GridCars - Grid Cars: Turn-based multiplayer racing game

Pedro Gimeno ec8bece138 Some README updates 2 سال پیش
images bfc7a70253 new images and maps 9 سال پیش
lib d344155ecb Update to love2d 11.x, change server finder URL 3 سال پیش
maps a47a6fb361 Added real-world map pack. 9 سال پیش
network 956ebed1f2 Add --dedicated command line argument to run a dedicated server 3 سال پیش
sounds cc31e5bcea Added missing sound file. 9 سال پیش
License.txt d779099c82 Added License. 9 سال پیش
Makefile 39d5235460 Add *OnlineThreadded.lua to LIBS, remove from UNUSED 3 سال پیش
README.md ec8bece138 Some README updates 2 سال پیش
SERVER_SETTINGS.md c95df6a833 Updated version and game-id. 9 سال پیش
callbacks.lua f55a20df32 Fixed login sound. 9 سال پیش
car.lua d344155ecb Update to love2d 11.x, change server finder URL 3 سال پیش
chat.lua d344155ecb Update to love2d 11.x, change server finder URL 3 سال پیش
compat.lua 956ebed1f2 Add --dedicated command line argument to run a dedicated server 3 سال پیش
conf.lua 956ebed1f2 Add --dedicated command line argument to run a dedicated server 3 سال پیش
config.lua b75f7cea64 Fix error when config.txt does not exist 3 سال پیش
dedicated.lua d344155ecb Update to love2d 11.x, change server finder URL 3 سال پیش
environment.lua d344155ecb Update to love2d 11.x, change server finder URL 3 سال پیش
game.lua d344155ecb Update to love2d 11.x, change server finder URL 3 سال پیش
images.lua c96a7e91cf Image database added. Started car line transition. 9 سال پیش
lobby.lua 68e8be6b76 Remove use of love.graphics in headless mode 3 سال پیش
main.lua 956ebed1f2 Add --dedicated command line argument to run a dedicated server 3 سال پیش
map.lua 9ba7e28b06 Zero camera angle 3 سال پیش
maps.blend be31973ccd Added 'new user' sound and License. 9 سال پیش
menu.lua 007792519f Fix error when changing to fullscreen 3 سال پیش
panel.lua d344155ecb Update to love2d 11.x, change server finder URL 3 سال پیش
sounds.lua d344155ecb Update to love2d 11.x, change server finder URL 3 سال پیش
stats.lua d344155ecb Update to love2d 11.x, change server finder URL 3 سال پیش
timer.lua 4f72a47a9c Added timer. 9 سال پیش
utility.lua 9681b36840 Winner now determined by dist to start line. 9 سال پیش

README.md

Grid Cars - a competitive racing game

Ludum Dare 31 entry. Base game made in one weekend.

Multiplayer only! This game is intended as an "in-betweener" at LAN Parties.

All cars are grid based. You have 10 seconds to make your move. Your velocity is "saved" between moves - so the faster you went last round, the further you can go this round!

Features:

  • Multiplayer!
  • Custom maps!
  • Absolutely no sounds.
  • Full map really DOES fit onto one screen (zoom out to see) :P
  • Configurable. Take the config.lua (see github link below) and put it in:
    • "%APPDATA%/LOVE/GridWars/ (Win)
    • ~/.local/share/love/GridWars (Linux + Max)

CUSTOM MAPS:

You can create your own maps in any modeling program - we used Blender3D (export as .stl).

Map making tutorial

Once you have a cool map, send it to us, so we can share it!\ gridcars [at] gmail.com

Server Options:

See the SERVER_SETTINGS.md for instructions on configuring your own server.

Credits:

  • Ramona B. (Graphics)
  • Peter Z. (Additional Maps)
  • Broozar (Additional Maps)
  • Dudenheit (Programming)
  • Germanunkol (Programming)

Libraries Used:

Links + Download:

There are binaries available at: http://germanunkol.de/gridcars/

Also, the source code can be run directly with the Löve2D engine:

cd Path/To/GridCars
love .

[PG update] Check the releases page too: https://notabug.org/pgimeno/GridCars/releases

License:

Released under MIT license (see License.txt). For the licenses of the libraries, check out the respective License files. Beep sound from "jobro" on freesound.org: http://www.freesound.org/people/jobro/sounds/33788/ (Creative Commons)