cambridge/README.md

71 lines
2.3 KiB
Markdown
Raw Normal View History

2019-05-31 22:59:04 -05:00
Cambridge
=========
Welcome to Cambridge, the next open-source falling-block game engine!
2020-10-06 09:20:01 -05:00
This fork is written and maintained exclusively by [SashLilac](https://github.com/SashLilac) and [Oshisaure](https://github.com/oshisaure)!
2020-09-24 21:23:05 -05:00
2020-10-12 13:48:00 -05:00
Join our Discord server for help and a welcoming community! https://discord.gg/mteMJw4
2020-10-06 09:20:01 -05:00
Credits
-------
2020-10-06 09:22:23 -05:00
- [Lilla Oshisaure](https://www.youtube.com/user/LeSpyroshisaure) for their amazing contributions to my life in general!
- [The Tetra Legends Discord](http://discord.com/invite/7hMx5r2) for supporting me and playtesting!
- [joezeng](https://github.com/joezeng) for the original project.
2020-10-10 09:30:31 -05:00
- [Hailey](https://github.com/haileylgbt) for some miscellaneous assets.
- Mizu for the Cambridge logo.
2019-05-31 22:59:04 -05:00
2020-10-13 14:56:11 -05:00
![Cambridge Logo](https://cdn.discordapp.com/attachments/625496179433668635/763363717730664458/Icon_2.png)
2019-05-31 22:59:04 -05:00
Installation instructions
-------------------------
Pre-built releases are available on the releases page.
### Windows
Unzip the exe file and run it directly. All assets are currently bundled inside the executable.
### macOS
2020-09-24 21:23:05 -05:00
For the time being, the file `cambridge.love` only works on the command line. Install `love` with [Homebrew](https://brew.sh), and run:
2019-05-31 22:59:04 -05:00
$ love cambridge.love
### Linux
Same as macOS, except install `love` with your favourite package manager.
Running from source
-------------------
If you want the bleeding-edge release, you can also clone the code straight from this repository.
### 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:
2020-09-24 21:23:05 -05:00
git clone https://github.com/SashLilac/cambridge
Then, navigate to the root directory that you just cloned, and type:
love .
It should run automatically!
2019-05-31 22:59:04 -05:00
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.