The next open-source falling-block game engine!
 
 
 
 
 
Go to file
Ishaan Bhardwaj d0fdaf30ab
Merge pull request #81 from Tetro48/std-rs-lockpatch
Patch standard.lua to prevent midair lock
2023-10-19 04:27:06 -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 Pitching BGM added and implemented in replays 2023-07-30 04:53:23 -04:00
res Added support for video backgrounds 2023-07-15 21:28:03 -07:00
scene Changed frame step input to `rotate_left` 2023-08-14 21:52:22 +07:00
tetris Patch standard.lua to prevent midair lock 2023-10-19 14:33:25 +07: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 README: fix Cambridge logo link 2023-07-01 22:25:50 -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 easter egg 2023-08-13 13:51:36 -04:00
main.lua Fixed pressing F8 twice at the title screen 2023-07-21 22:55:00 -04:00
package.bat Update package.bat script 2021-02-07 20:50:27 -05:00
package.sh Rename shell scripts and implement better frame timing 2022-04-28 11:47:31 -07:00
release-windows.sh Rename shell scripts and implement better frame timing 2022-04-28 11:47:31 -07:00
release.bat New build scripts for targets other than Windows 2021-07-17 23:08:01 -04:00
scene.lua Revert "made the experience feel closer to arcade stackers" 2022-04-01 18:43:35 -04:00
start.bat Create unified batch file for running the game from the source directory on Windows and update README.md 2023-02-13 09:35:28 -08: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.

If you're on Windows, you can double-click start.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 that doesn't work, run this instead, still using Command Prompt where you extracted Cambridge:

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