The next open-source falling-block game engine!
 
 
 
 
 
Go to file
Ishaan Bhardwaj 784c768c57 Update SOURCES.md 2021-09-14 22:15:08 -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 Fixed unary negation and to-string bigint metamethods 2021-05-29 19:48:34 -04:00
load Remove debugging prints in save.lua 2021-09-12 14:36:21 -07:00
res Fix to #27 + some other gamemode functionality 2021-08-09 00:29:22 -04:00
scene License update, added more credits 2021-08-19 14:15:57 -04:00
tetris Fixed hold opacity when level < 1000 2021-09-12 19:28:00 -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 Added conventions for code submission / review. 2019-06-15 23:28:53 -04:00
LICENSE.md License update, added more credits 2021-08-19 14:15:57 -04:00
README.md License update, added more credits 2021-08-19 14:15:57 -04: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 Amend the copying functions 2021-08-27 17:18:06 -04:00
main.lua Changed fullscreen bind to F11 2021-09-09 19:02:38 -04: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 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 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, 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/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