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)