File Based Games
================
File games are made by layering text files with pictures, music, and video. Layering is acomplished by giving each file the same name in adition to its correct extention. For example a music file can share the same name as a picture file and a text file. Like this: test.mp3, test.png, test.txt, test.choice. You can stringing together these files with choise, answer, or puzzle files will allow you to make a complete game. All files should be saved to an empty sd card. The game can be played by loading the sd card into the system while it is off and turning the system on. Then all you should have to do is connect one sontroller and the game should begin. If it does not make sure your first file that you want to show is called index.
Text File
---------
This is the simplist type of file.
* To create this file make the file name all lowercase
* The file name will be used by other docs in your game to refrence it.
* Players will also be able to jump to this page by typing the file name without the extention in the "magic spell" section of their controller
* Have it end with the file extention .txt
* Text file can either be writen in plain text or html
* Text files can be used on there own or with any other file except video
* Displays in a white font over a black background
* If Displayed with a picture it will display in fron with a transparent black background in front of the picture.
Picture File
------------
* Pictures can have the extension of either .png, .jpeg, .jpg, .png
* Pictures can be blended with every file type but video
* Pictures will display at 100% width
* Text and music decorations will display in front of the picture if used with the picture.
Music File
----------
* Music only displays with the extentions of .mp3
* Music will display decritive bars that go with the music
* Music can be played with all files except video
* In the media player, after the file is done playing it will begin playing a random file in the same folder
Video File
----------
* Videos size is based on the videos resolution
* .mp4 is the only file extention excepted by the video file.
* Video file are compatable with all other file types except pictures, music, and texts
* In the media player, after the file is done playing it will begin playing a random file in the same folder
HTML File
---------
* More indepth information on using HTML files can be found primarily in "Standard Games" section as well as the "Direct Games" section
* HTML cannot be paired with any other file. HTML files work like usual so they can be paired with javascript and CSS files
* HTML file must inclued the required javascript files in this order: ``