Fun with Binary is an app to help you introduce your students to how binary numbers work!
This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Diogo Cordeiro 2f2b6af671 brilliant hack to make everything work... 2019-04-05 10:53:46 +01:00
auth Special MostraUP release: Add Authentication 2019-03-22 16:35:03 +00:00
game Fix weird instruction on token system and add some more debugging outputs to production release 2019-04-03 21:20:14 +01:00
server brilliant hack to make everything work... 2019-04-05 10:53:46 +01:00
COPYING First release 2018-08-26 03:13:45 +01:00
INSTALL Special MostraUP release: Add Authentication 2019-03-22 16:35:03 +00:00
README.md Special MostraUP release: Add Authentication 2019-03-22 16:35:03 +00:00
fun-with-binary-mostraup-production.zip brilliant hack to make everything work... 2019-04-05 10:53:46 +01:00
style.css Second release 2018-11-04 22:13:08 +00:00

README.md

Fun with Binary

2018

(c) Diogo Cordeiro

This is the README file for Fun with Binary, an app to help introducing students how binary numbers work.

Further information about Fun with Binary can be found in the project home page:

https://www.diogo.site/projects/fun_with_binary/

Getting Started

Fun with Binary has two different modes:

Prerequisites

Offline Mode

There are no special prerequisites for the offline mode.

Online Mode

At least: Arduino Uno with ESP8266-01, 6 leds (and 6 resistors), wires, breadboard.

You have instructions of how to build your own FwB in my blog: https://blog.diogo.site/posts/fun-with-binary

MostraUP edition

This is a special edition that adds a password mechanism to force single player in online mode. Every output messages were translated to Portuguese due to University of Porto's Exhibition (MostraUP) being a portuguese event. For regular usage (during a lecture) you will probably find standard release 2.0 a better option: https://www.diogo.site/projects/fun_with_binary#releases

Versioning

I use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Diogo Cordeiro

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program, in the file "COPYING". If not, see http://www.gnu.org/licenses/.

IMPORTANT NOTE: The GNU Affero General Public License (AGPL) has
*different requirements* from the "regular" GPL. In particular, if
you make modifications to the Fun with Binary source code on your server,
you *MUST MAKE AVAILABLE* the modified version of the source code
to your users under the same license. This is a legal requirement
of using the software, and if you do not wish to share your
modifications, *YOU MAY NOT INSTALL FUN WITH BINARY*.

Additional library software has been made available. All of it is Free Software and can be distributed under liberal terms, but those terms may differ in detail from the AGPL's particulars. See each package's license file in their official repository for additional terms.