Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tama

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tama

  • 0.0.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Tama

Tama est la gem de base qui servira a la construction d'application rails ou autre.
Elle servira tant de librairie que d'executable.
Le point a travailler sera l'accessibilité de celle ci.

Installation

Add this line TODO:ur application's Gemfile:

gem 'tama'

And then execute:

$ bundle

Or install it yourself as:

$ gem install tama

Usage

Tama est une clone du tamagotchi cree par Bandai mais en amélioré.

Contributing

  1. Fork it ( http://github.com//tama/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Variables du TAMA a intégrer

module Tama
        #Constantes principales du jeu
        $TAMA_LIFETIME=8
        $TAMA_HEALTH=100
        $TAMA_MENTAL=100
        
        #Largeur de cadre dans le cadre d'une
        #implementation graphique
        $HEIGHT=300
        $WIDTH=300
        
        #Etats de vie
        $LIFE_STATUS=["oeuf","enfant","adulte","age","mort"]
        $MENTAL_STATUS=["neutre","joyeux","depressif","triste"]
        $HEALTH_STATUS=["bonne sante","malade","souffrant","agonisant","neutre"]

end

Nb pour le lancement d'un nouvel animal dans le pry executer:

$ rake install
$ pry
>>require 'tama'
>>tama = Tama::VirtualAnimal.new()

FAQs

Package last updated on 03 Mar 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc