Skip to content
Source code for the Cute Demon Crashers! NaNoRenO game (http://sugarscript.tumblr.com/)
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
docs
game fix: Only gets rid of transitions in new interactions (Fixes #2) Mar 30, 2016
.gitignore Adds assets to gitignore Apr 26, 2015
.gitmodules
LICENCE Adds licence file Apr 25, 2015
Makefile
README.md
package.json Updates documentation. Apr 26, 2015

README.md

Cute Demon Crashers!

Cute Demon Crashers! is a silly little short game that gives a lazy virgin college student a fun and safe space to explore her first sexual experience with a partner of her choice, if she so desires. It focuses on consent and sex positivity (and also fluff). You can check the SugarScript for more information about the game, including download links.

This repository contains the source code for the game, written in a mix of Ren'Py and Python. It's been cleaned up from the NaNoRenO crunching and comments/examples have been added throughout the code to make it easier to understand.

If you have any questions about the source code, feel free to email me on queen@robotlolita.me, or through Twitter @robotlolita, and I'll try my best to answer them! ♥

For players

If you want to play the game, just download the game from our Itch.io page~!

For those who want to modify this game

Prerequisites

You'll need Ren'Py to run this game. The Replay feature requires a modified version of Ren'Py. You'll need to either patch a Ren'Py distribution or compile it yourself from the source code.

Running the game

Only the source code is provided in this repository, so if you want to play around with it and run the game with your changes, you'll need to:

  1. Download this repository (or you can clone it, if you're familiar with git).

  2. Download the actual game

  3. Extract the assets from the game and put them in the game folder.

  4. Run it through Ren'Py.

Documentation

The source code is heavily documented (and commented) in a sort of literate-style programming, so you should be able to follow the source as if reading an article or book.

An alternative version can be read online, which emphasises the descriptions and textual presentation/structure.

You can also build the documentation locally by running make documentation. This assumes you've got Make, Node.js and Sphinx installed.

Licence

Copyright (c) 2015 SugarScript.

Released under the MIT licence.

You can’t perform that action at this time.