The next open-source falling-block game engine!
 
 
 
 
 
Go to file
Ishaan Bhardwaj cb6962825f Update package.bat script 2021-02-07 20:50:27 -05:00
dist Turns out I corrected some of the delays too far the other way. 2019-05-29 21:50:14 -04:00
docs Renamed Marathon AX4 to Survival AX, among other things. 2021-01-28 01:15:21 -05:00
libs Large commit, read below 2021-01-24 14:55:35 -05:00
load Large commit, read below 2021-01-24 14:55:35 -05:00
res Updated fonts. 2021-01-29 12:24:54 -05:00
scene Large commit, read below 2021-01-24 14:55:35 -05:00
tetris Grid outline draw refactorization 2021-02-05 22:13:10 -05:00
.gitignore Added Windows batch files for automated packaging of fused Windows packages. 2020-11-09 15:51:00 -08: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 Update README.md - loading custom assets 2021-01-10 13:39:28 -05:00
SOURCES.md Large commit, read below 2021-01-24 14:55:35 -05:00
clean.bat Added Windows batch files for automated packaging of fused Windows packages. 2020-11-09 15:51:00 -08:00
conf.lua Added Big Mode as a piece type. (#20) 2019-06-16 22:16:09 -04:00
funcs.lua Adjusted how DAS cut subtracts from the counter 2021-02-03 16:50:03 -05:00
main.lua Apparently macs don't have a printscreen key, screenshot bound to f12 now instead 2021-01-29 22:29:27 +00:00
package First bundled release. 2019-05-23 00:35:11 -04:00
package.bat Update package.bat script 2021-02-07 20:50:27 -05:00
release Update release script 2020-12-16 22:47:56 -05:00
release.bat Added Windows batch files for automated packaging of fused Windows packages. 2020-11-09 15:51:00 -08:00
scene.lua Credits scene <3 2020-12-20 10:28:34 -05: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:

Cambridge Logo

Playing the game

Windows

You do not need LÖVE on Windows, as it comes bundled with the program.

To get the stable release, simply download the ZIP in the latest release. All assets needed are bundled with the executable.

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.

Then, check the mod pack section at the bottom of this page.

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!

Downloading a release

You can download the .love file in the latest release, and run it with:

love cambridge.love

Installing from source

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!

Installing modpacks

Simply drag your mode, ruleset, and randomizer Lua files into their respective directory, and they should appear automatically.

You can also load custom assets through this way, assuming you preserve the directory structure.

WARNING: The .exe / .love files and the bleeding edge releases have different save directories. Read the above link carefully!

For more detailed instructions, install this mod pack to get a taste of the mod potential.

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.