Skip to content

PhantasarProductions/BallPlayCupid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

image

Download BallPlay Cupid

BallPlay Cupid

This repository will contain the script files for an experimental game called "BallPlay Cupid".

This game will be entirely scripted in 100% Lua code, and it's set up for the Love2D engine. I need to note though, that just zipping these scripts into a .love file and starting the Love2D engine with it will get you nowhere for 2 reasons.

a. The assets will NOT be posted in this repository b. In order to set up a quick way to import my "libraries" which I intend to use for future Love projects as well, I set up a little pre-processor. If you just zip everything without using that preprocessor first,all that Love2D will do is produce a black blank window. This builder and the needed libraries (which you will also not find in this repository) are vital to get stuff on the move.

The BallPlay Cupid game itself will be entirely licensed under the terms of the GNU General Public License

My own assets are (unless explicitly stated otherwise in the license information file inside the .love file, or in case of a library asset (all library folders are suffixed with .lll)) licensed under the terms of the Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)

My own libraries are not part of the Ballplay Cupid game itself. Most of them are licensed under the terms of the terms of the zlib license however some of them be licensed under the terms of the Mozilla Public License 2.0. Always check the library files thoroughly for their license before you decide to use those yourself.

All third party libraries and assets will remain copyrighted by their respective creators and their license will remain the same.