Giter Club home page Giter Club logo

fullscreenmario's Introduction

<style type="text/css"> table { width: 100%; } .method { margin-top: 25px; font-size: 20px; display: inline-block; } .method-section { margin-top: 25px; font-size: 16px; display: block; } .var-type { color: #fff; padding: 1px 5px 2px 5px; border-radius: 3px; } .var-type-object { background-color: #aaa; } .var-type-boolean { background-color: #bbbb00; } .var-type-string { background-color: #00aaef; } .var-type-all { background-color: #dd0000; } </style>

Captcha Mario

Captcha Mario is a fork project from fullscreenmario.com, a free HTML5 remake of Nintendo's original Super Mario Bros, expanded for the modern web. It includes the original 32 levels, a random map generator, a level editor, and over a dozen custom mods.

Conceptually speaking, the reason behind Captcha Mario is to provide a funny way to validate that forms are being filled by actual users. It integrates an abstraction layer, written in AngularJs, to provide callback methods whenever relevant actions are triggered.

Please note this is NOT intended to be a serious project, so it's not suitable for production environments. Use it at your own risk :).

Setup

1 - Install Captcha mario using Bower

bower install [email protected]:rmallols/FullScreenMario.git.

2 - Load the angularWrapper.js directive, located at Source/Wrappers.

3 - Include the captcha-mario AngularJs module as a dependency of your app.

4 - Include the captcha-mario AngularJs directive, specifying any of the callbacks described below.

Wrapper callback methods

onDead()

The user could be considered as a not human.

The game is restarted.

Parameters

-

Returns

-

onLevelComplete()

Mario has completed the level. The user could be considered as a human.

The game is ended.

Parameters

-

Returns

-

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.