Difference between revisions of "Activities/Bridge"

From Sugar Labs
Jump to navigation Jump to search
(Created page with "<noinclude>{{GoogleTrans-en}}{{TOCright}} Bridge </noinclude> =Description= Image:Activity-bridge-55x55.png Bridge teaches the basics of mechanical ...")
 
(Migrate to GitHub)
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
<noinclude>{{GoogleTrans-en}}{{TOCright}}
+
== Bridge ==
[[Category:Activities|Bridge]]
 
</noinclude>
 
  
=Description=
+
Read at [https://github.com/sugarlabs/Bridge/blob/master/README.md GitHub]
[[Image:Activity-bridge-55x55.png]]
 
 
 
Bridge teaches the basics of mechanical engineering through building a bridge across a ravine. It may sound simple but is actually quite engaging and entertaining. Bridge was the result of the Physics Jam H4X team who won the gold prize for their game development.
 
 
 
== Screenshots ==
 
 
 
 
 
= Development =
 
 
 
 
 
== Release Notes ==
 
 
 
=== v10 ===
 
 
 
* Merged alsroot's solution to future proof json module
 
* Picked-up latest localizations
 
 
 
=== v9 ===
 
 
 
* Code cleanup (make pylint happier)
 
* Merged alsroot's excellent independence resolution code addition (resizes moon image to fit available display)
 
* Updated localizations (latest from Pootle, thanks all!)
 
 
 
=== v8 ===
 
 
 
* Updated empty NEWS file with actual news
 
* Added pt_BR.po translation (from Gabriel Menini).
 
* Corrected some word translations for Spanish.
 
* Added some revised Spanish translation changes from Gabriel Menini.
 
 
 
=== v7 ===
 
 
 
* Added French locale by Bastien Guerry (thanks!)
 
* Reduced frame padding to allow more space for longer French strings.
 
* Fixed encoding issue affecting one string in the po file for both FR and ES.
 
* Corrected missing newline from Juliana ES translation string.
 
 
 
=== v6 ===
 
 
 
* Now has a Spanish locale by Gabriel Menini (many thanks!)
 
* Removed service_name from .info, that spec went away a long time ago.
 
* Change methods from camelcase to make pylint happier...
 
 
 
=== v5 ===
 
 
 
* Cleaned up MANIFEST.
 
* Added extra licensing texts and activity.info fluff.
 
* Journal stores state for grid on/off and southern/northern view.
 
* Activity remembers last used defaults and will use them for new launches.
 
* GIT now includes the below Spanish name modification
 
 
 
=== v4 ===
 
 
 
* Now called Luna in the activity bar in Spanish locales.  Still needs translation for spanish...
 
 
 
=== v3 ===
 
 
 
* Added a view toolbar.
 
* Feature added to display selenographic longitude and latitude grid lines (to help learning the terms).
 
* Feature added to toggle Moon image view between Northern and Southern hemisphere viewing location (rotates view 180deg).
 
* Textual displayed dates/times comply with local daylight saving rules and time zones (all internal calculations are in UTC).
 
* More accurate selenographic terminator visualisation (shadow) for waning gibbous & waxing crescent (corrected estimate for 3d curvature).
 
 
 
=== v2 ===
 
 
 
* Minor update to display information using your local time zone, instead of UTC
 
 
 
=== v1 ===
 
 
 
* Beta version with basic core functionality (text information, Moon phase visualisation, Lunar eclipse data & effect).
 
 
 
== TODOs ==
 
 
 
Add your todos here!
 
 
 
== Feature requests ==
 
 
 
Add your feature requests here!
 
 
 
== Resources ==
 
* [http://wiki.laptop.org/go/Bridge old wiki.laptop.org page]
 
* [http://activities.sugarlabs.org/en-US/sugar/addon/4231 ASLO bundle download for users]
 
* [http://git.sugarlabs.org/projects/bridge Source repository]
 

Latest revision as of 00:28, 2 August 2018

Bridge

Read at GitHub