FRVR

From Misc Data Digs

Old Webpage[edit | edit source]

Commented out on the main page is the original homepage for FRVR. It starts on line 70.

Pinball[edit | edit source]

A pinball game can be seen in the site's source code, but is commented out an thus not shown. It can be seen here.

Developer Note[edit | edit source]

At the front page, this was noted by the site developer regarding e-mail notification sign-ups and botting.

real people should not fill this in and expect good things - do not remove this or risk form bot signups

Developer Message[edit | edit source]

In all of the games, the following message can be seen in the code. This example came from Jewels:

		/**
		* @author Chris Benjaminsen http://chrisbenjaminsen.com/ @benjaminsen
		 */
		/** @license
			Jewels FRVR 0.2.1
			More info at http://frvr.com

			Copyright (c) 2013+ FRVR Limited

			All Rights Reserved!
			FRVR is a registered trademark of FRVR Limited
		*/
		/**
			Well hello there!

			I see you are interested in the details of how this game was made!
			It's written using a custom HTML5 engine built around PixiJS.

			While I can't tell you more on the how, there is much more on the why to be find at 
			http://blog.chrisbenjaminsen.com where I write frequent status updates on the games I build
			under the FRVR brand - - including a 100% honest track record of money earned and spend.

			Hack on!
			Chris Benjaminsen
			chrisbenjaminsen.com

			- - - - - - - - - - - - - -

			Jewels FRVR would not be possible without the following open source projects:

			pixi.js - v2.2.3
			Copyright (c) 2012-2014, Mat Groves
			http://goodboydigital.com/
			pixi.js is licensed under the MIT License.
			http://www.opensource.org/licenses/mit-license.php
			Mat Groves http://matgroves.com/ @Doormat23
		*/