The next open-source falling-block game engine!
 
 
 
 
 
Go to file
Ishaan Bhardwaj 894e99e677 Cambridge has a logo now! 2021-04-16 22:14:59 -04: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 More bigint type checks added 2021-02-21 20:38:16 -05:00
load Update version to beta5 2021-03-26 23:11:59 -04:00
res Cambridge has a logo now! 2021-04-16 22:14:59 -04:00
scene Updated to be on rebrand 2021-04-01 14:11:38 -04:00
tetris Fixed an edge case with last commit 2021-04-08 13:17:34 -04: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 The Discord server has been reopened! 2021-03-08 11:11:26 -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 Cambridge has a logo now! 2021-04-16 22:14:59 -04:00
funcs.lua Indentation fix in funcs.lua 2021-03-04 19:05:43 -05:00
main.lua Cleaned up love.load 2021-03-11 09:24:19 -05: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 Split keyboard and joystick input config screens 2021-02-25 14:41:13 -05:00

README.md

Cambridge Banner

Cambridge

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

The project is written and maintained exclusively by SashLilac, joezeng and Oshisaure!

The Discord server has been reopened! https://discord.gg/AADZUmgsph

The game also has a website now with more detail than seen on this README: https://t-sp.in/cambridge

Credits

More special thanks can be found in-game, under the "Credits" menu.

Cambridge Logo

Playing the game

Windows

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

Stable release

To get the stable release, simply download either cambridge-win32.zip (32-bit) or cambridge-windows.zip (64-bit) in the latest release.

All assets needed are bundled with the executable.

Bleeding edge

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

For instructions on how to install modpacks, go to 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.