Giter Club home page Giter Club logo

rx-flappy's Introduction

Licensing Rx-Flappy!

What is rx-flappy?

Rx-flappy is a simple game inspired by Flappy Bird, a popular game created in 2013. The game finish if the bird touches a pipe or the ground.

This version use TypeScript with RxJS, a library for reactive programming using Observables.

Why this repo?

This repo is for licensing under a Free Software License the project shared by NyaGarcia in the salmorejo.tech, 2021 edition event, called @NyaGarcía/Rx-Flappy.

How are we going to do that?

There is a central issue, #1, with a checklist of the different tasks to accomplish.

We'll open and close different issues for every task, questions, discussions, problems, etc.

branches

The master branch is for the project explanations.

The gplv3 branch will be the GPLv3+ licensed project, ready to register it to the GNU Savannah portal, and give it back to NyaGarcia if she agree the project changes needed to be GPLv3 licensed.

The apache2 branch will be the Apache2 licensed project, ready to give it back to NyaGarcia as a non copyleft protected project.

fork, edit and pull request

If you want to participate, simply take a task, fork the repo, do it and share back your changes by a pull request to the license chosen branch. (currently we are working in a GPLv3 and an Apache2 licensed project version)

Participate!

Please take it easy, take your time, git's power allows us to fix everything!

Ask, debate and don't be afraid to share your work.

Run the game

Basic instructions for testing the game!

You need a npm, nodejs running environment:

easiest way in a GNU/Linux OS, could be using virtual environments:

First creating the python one (you need python virtualenv installed)

$ virtualenv .penv

Activating it

$ source .penv/bin/activate

Second, creating the nodejs one with nodeenv.

(.penv)$ pip install nodeenv
(.penv)$ nodeenv .env

Activating it

(.penv)$ source .env/bin/activate

npm installing and deployment commands

(.env)$ npm install
(.env)$ npm start

Application will be running in http://localhost:5000

rx-flappy's People

Contributors

p52safer avatar gentooza avatar nyagarcia avatar mbrittech avatar

Watchers

James Cloos avatar  avatar  avatar

rx-flappy's Issues

License project checklist

what do we need to license the project?

  • Organization proposal (un poquito de organización!)

GPLv3+ work

  • Define Copyright holder, License notice and whole license header (#5)
  • Add a basic README file (#2)
  • Add License COPYING (#3)
  • Add license headers in markdown files
  • Add license headers in *.js files
  • Add license headers in *.json files
  • Add license headers in *.css files
  • Add license headers in *.ts files
  • Add license headers in *.html files
  • Add license for images (or look for alternatives).
  • Add license for fonts (or look for alternatives).
  • Add license headers in .prettierrc file. (or remove if not needed)
  • Add license headers in .editorconfig file. (or remove if not needed)

Apache2 work

  • what we need to license it as Apache2? (#10)

What we need to license it under Apache2?

Hint -> Here

When mixing licenses as we are going to do with fonts, take a look to the NOTICE file and what we can do to not license whole project under the Apache2 and being able to keep parts closed.

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.