In this section, you will learn how to add HTML games to the planet nation - "vi. Follow the steps below carefully and refer to the provided screenshots for better clarity.
- Navigate to https://planet.vi.ole.org/
- If you already have a non-admin account, sign in.
- If you don’t have an account, click "Become a Member" to register.
- Once signed in, go to the Library section.
- Click the "+" icon to add new resources. For this tutorial, you'll add HTML games.
- Research or create an HTML game. You can use GitHub or other online resources as references. Be creative!
- Test your game locally to ensure it works as expected.
For guidance, here is an example of a simple Sudoku game. You can use a single .html
file or include multiple files if needed.
-
Put all your files in a single folder.
-
Create a
.zip
file of the folder. Below is an example of how to create a.zip
file on Windows:- Select all files.
- Right-click and choose "Compress" or "Create Zip."
Click "Choose File" and upload your .zip
file. For example, "sudoku.zip."
- Complete the required fields (e.g., name, description, tags).
- Add the game to the "HTML Apps" collection by clicking "Add Collections."
If your zip file contains multiple files, specify the main .html
file (e.g., index.html
) in the "Open With" field.
After filling in all the details, click "Submit."
Search for your game in the Library and test it to ensure it works properly.
Congratulations! You have successfully added your first HTML game. Play and test it to ensure everything works.