The next open-source falling-block game engine!
 
 
 
 
 
Go to file
--global 27e699841e Fixed a graphical issue in Survival A2 when getting torikanned 2022-03-31 23:00:39 -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 Preliminary work to change from DiscordRPC to Discord GameSDK 2021-10-17 08:51:34 -07:00
load Tiny UI feature added to the title screen. 2022-02-07 20:39:26 -05:00
res Tiny UI feature added to the title screen. 2022-02-07 20:39:26 -05:00
scene Tiny UI feature added to the title screen. 2022-02-07 20:39:26 -05:00
tetris Fixed a graphical issue in Survival A2 when getting torikanned 2022-03-31 23:00:39 -04:00
.gitattributes Catch up to main, and push changes to sfx 2021-09-12 02:59:05 -04:00
.gitignore Fix save data handling when save data directory contains non-ASCII characters 2021-09-12 14:32:21 -07:00
CONTRIBUTING.md Removed a stupid exception to the mixing-tabs-and-spaces rule. 2021-11-09 14:48:05 -05:00
LICENSE.md License update, added more credits 2021-08-19 14:15:57 -04:00
README.md Added batch scripts to start the game on Windows 2022-03-10 22:36:21 -05:00
SOURCES.md Update SOURCES.md 2021-09-14 22:15:08 -04:00
clean.bat New build scripts for targets other than Windows 2021-07-17 23:08:01 -04:00
conf.lua Cambridge has a logo now! 2021-04-16 22:14:59 -04:00
funcs.lua Refactored component API for rulesets with an arbitary... 2021-10-16 20:35:47 -04:00
main.lua Include complete path when printing screenshot info 2022-03-03 20:27:41 +01: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 New build scripts for targets other than Windows 2021-07-17 23:08:01 -04:00
release.bat New build scripts for targets other than Windows 2021-07-17 23:08:01 -04:00
scene.lua Started work on replay select menu. 2021-12-04 23:37:51 -06:00
start_win32.bat Added batch scripts to start the game on Windows 2022-03-10 22:36:21 -05:00
start_win64.bat Added batch scripts to start the game on Windows 2022-03-10 22:36:21 -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 Milla, 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

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 to a folder of your choosing.

Assuming you're on a 64-bit system, you can double-click start_win64.bat to run the game. If that doesn't work, open a Command Prompt where you extracted Cambridge and run:

dist\windows\love.exe .

If you're on a 32-bit system, you'll want to double-click start_win32.bat. If that doesn't work, 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.3, because it won't work with earlier or later 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/MillaBasset/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.

Credits

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

Other Notable Games

Cambridge Logo