Coder Social home page Coder Social logo

pantherskeleton's Introduction

Panther Skeleton 0.1
* This is free open source code
* Author www.sniko.net

Panther is a lightweight game 'engine', to help programmers start
with something 'useful' for their text-based game adventure.

If you'd like to support the development of this, please go here:
www.sniko.net/page/donate


Quick Guide

- How to create a module
* Go to mods/
* Create a new folder for your module
* Create the main.php page
* Go to mods/home
* Edit mods/home/menu.php

- How to disable a module
* Go to mods/
* Find the module to disable
* Create disabled.panther in the module directory
* Simply delete the disabled.panther file to enable it again

- How to contribute to Panther Skeleton
* Fork it on GitHub (https://github.com/snikonet/PantherSkeleton)
* Push the update to me
* I'll review&pull it

- How to update stats
* Adding 10 to users strength
    $user->setStat($user->getStatId('str'), $user->getStat('str')+10);
* Subtracting 10 from users strength
    $user->setStat($user->getStatId('str'), $user->getStat('str')-10);
* Setting users strength to 5
    $user->setStat($user->getStatId('str'), 5);


- Author notes
Please do not resell panther, as it is intended to be open source.
www.sniko.net 

pantherskeleton's People

Contributors

mrdjk avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.