The next open-source falling-block game engine!
 
 
 
 
 
Go to file
nightmareci 863c614a4c Implemented joystick input.
I had to redo how input is done entirely, so more than one source of input can be used for game inputs.

I added new inputs, menu_decide and menu_back. Return and escape still have their reserved status, sending menu_decide and menu_back, respectively. Other keys are reserved too, like arrows, to ensure users can always reconfigure input.
2020-11-08 12:55:06 -08:00
dist Turns out I corrected some of the delays too far the other way. 2019-05-29 21:50:14 -04:00
docs Replaced spaces with tabs. 2020-11-06 20:54:14 -05:00
libs Minor change on PR #3 to use the error handling that was already implemented 2020-10-18 00:40:14 +01:00
load Might as well add the dark square while I'm at it. 2020-11-07 01:29:44 -05:00
res Might as well add the dark square while I'm at it. 2020-11-07 01:29:44 -05:00
scene Implemented joystick input. 2020-11-08 12:55:06 -08:00
tetris Might as well add the dark square while I'm at it. 2020-11-07 01:29:44 -05:00
.gitignore First bundled release. 2019-05-23 00:35:11 -04:00
CONTRIBUTING.md Added conventions for code submission / review. 2019-06-15 23:28:53 -04:00
LICENSE.md Fixed up the docs. 2019-05-31 23:59:04 -04:00
README.md Updated README.md with new contributors 2020-11-06 20:57:01 -05:00
SOURCES.md First bundled release. 2019-05-23 00:35:11 -04:00
conf.lua Added Big Mode as a piece type. (#20) 2019-06-16 22:16:09 -04:00
funcs.lua Replaced spaces with tabs. 2020-11-06 20:54:14 -05:00
main.lua Implemented joystick input. 2020-11-08 12:55:06 -08:00
package First bundled release. 2019-05-23 00:35:11 -04:00
release First bundled release. 2019-05-23 00:35:11 -04:00
scene.lua Implemented joystick input. 2020-11-08 12:55:06 -08:00

README.md

Cambridge Banner

Cambridge

Welcome to Cambridge, the next open-source falling-block game engine!

This fork is written and maintained exclusively by SashLilac, joezeng and Oshisaure!

Join our Discord server for help and a welcoming community! https://discord.gg/mteMJw4

Credits

The following people in no particular order also helped with the project:

  • Hailey
  • CylinderKnot
  • MarkGamed7794
  • Mizu
  • MattMayuga
  • Kitaru
  • switchpalacecorner
  • sinefuse
  • 2Tie

Cambridge Logo

Playing the game

macOS, Linux

If you haven't already, install love with your favourite package manager (Homebrew on macOS, your system's default on Linux). Make sure you're using LÖVE 11, because it won't work with earlier versions!

Clone the repository in git:

git clone https://github.com/SashLilac/cambridge

Alternatively, download the source code ZIP in the latest release.

Then, navigate to the root directory that you just cloned, and type:

love .

It should run automatically!

Windows

You do not need LÖVE on Windows, as it comes bundled with the program. Download the source code ZIP in the latest release, or if you want the bleeding edge version, download this.

Extract the ZIP, open a Command Prompt at the folder you extracted Cambridge to, then run this command:

dist\windows\love.exe .

Alternatively, if you're on a 32-bit system, run this instead:

dist\win32\love.exe .

32-bit systems do not support rich presence integration.

License

The Cambridge project is licensed under the MIT license (included in LICENSE.md).

Some code and assets in this repository are contributed by members of the community, as well as borrowed from other places, either with licensing or as placeholders until suitable material can be found that is properly licensed. Their original sources, and copyright notices if applicable, are listed in the file SOURCES.