Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beforan/doge-vs-doge
A shiba inu inspired take on Spy vs Spy, submitted for Mini Ludum Dare #49
https://github.com/beforan/doge-vs-doge
Last synced: about 1 month ago
JSON representation
A shiba inu inspired take on Spy vs Spy, submitted for Mini Ludum Dare #49
- Host: GitHub
- URL: https://github.com/beforan/doge-vs-doge
- Owner: beforan
- License: other
- Created: 2015-01-29T10:55:40.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2020-11-23T10:08:35.000Z (about 4 years ago)
- Last Synced: 2023-02-28T00:23:07.383Z (almost 2 years ago)
- Language: Lua
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Doge vs Doge
A shiba inu inspired take on Spy vs Spy, submitted for [Mini Ludum Dare #49](http://ludumdare.com)## What to do?
So you'd like to do something with Doge vs Doge?
- You can get a binary release for Windows (x86, or x64) from the Releases page
- You can get the source and run it - be sure check the dependencies section below!
- You can use any of the source as licensed - check out the licensing section below!The only thing you can't do is contribute to this project itself. See the contributions section below for details.
## Status
Doge vs Doge is semi-complete. I have a short roadmap of bugfixes and improvements, but that's it. And I can't say when they'll be done.
Binary Releases are available for Windows (x86 and x64) simply because I use Windows on a day-to-day basis.
The source can be used to run Doge vs Doge on any platform supported by the [LÖVE Framework](http://love2d.org)
## Dependencies
The source provided here depends upon the [LÖVE Framework](http://love2d.org), so you'll need to get that for your platform of choice.
It also requires an assets package, available under Releases. All assets are provided and used under license; license details are contained in the package.
If you use a binary release, neither the assets nor LÖVE are required.
## Licensing
### Original works
All files provided here are the original work of Jonathan Couldridge, except the files within the `lib` folder.
Original files are copyright (c) 2015 Jonathan Couldridge and made available under the MIT License.
Feel free to fork, clone, use, adapt, redistribute, sell, whatever my code, as long as the license details (in LICENSE.md) are retained.### Licensed works
All files within the `lib` folder are used under license (typically MIT). The license information for all non-original works is retained in the source.
### So, can I share/modify/sell Doge vs Doge?
This is super unlikely to ever matter, but just some further clarification, in case it ever does.
You may do whatever you want with the files in this source repository, as per the licenses detailed above.
However, the assets licenses aren't as free as the code licenses, and as such you need to fully investigate those licenses before you redistribute/modify/sell the assets individually, or as a package, including when packaged in a Doge vs Doge binary.
Notably, you *can't* sell the Binary Releases of Doge vs Doge, because some of the asset licenses don't allow it.
You could repackage the Doge vs Doge source, with the assets that permit commercial redistribution and new assets for those that don't, and then sell that.
## Contributions
I'm not accepting contributions to this repository, as it represents a personal project (the first version is a snapshot of my submission for Mini LD #49) with my own vision of fixes and improvements.
However, please feel free to use any of the content herein as permitted under license.