The next open-source falling-block game engine!
 
 
 
 
 
Go to file
Ishaan Bhardwaj 57c7d9c4c3 v0.3-beta1: Sakura done 2021-01-04 18:01:29 -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 Replaced spaces with tabs. 2020-11-06 20:54:14 -05:00
libs Added customizable DAS and ARR! (read comments) 2020-12-18 21:25:09 -05:00
load Sakura mode beta 2020-12-30 15:19:53 -05:00
res relocated non bgm to modpack 2021-01-04 14:43:39 -05:00
scene Fixed an issue with controllers on the menu 2020-12-29 22:55:51 -05:00
tetris v0.3-beta1: Sakura done 2021-01-04 18:01:29 -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 2020-12-20 20:35:36 -05:00
SOURCES.md Credits and credit roll music updated 2020-12-21 15:48:34 -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 Replaced spaces with tabs. 2020-11-06 20:54:14 -05:00
main.lua Credits now stops music when you exit the screen 2020-12-21 16:00:03 -05:00
package First bundled release. 2019-05-23 00:35:11 -04:00
package.bat Fix package script not packing slider lib 2020-12-20 20:06:16 -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

Important notice

Tetra Online Notice

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!

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.

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.