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

Pedro Gimeno b75f7cea64 Fix error when config.txt does not exist 3 년 전
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 623d6f5394 Fixed file name in readme. 9 년 전
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:

middleclass (kikito): https://github.com/kikito/middleclass hump (vrld): http://vrld.github.io/hump/ PunchUI (Germanunkol): https://github.com/Germanunkol/PunchUI Affair (Germanunkol): https://github.com/Germanunkol/Affair

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 .

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)