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

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

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)