Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

v.0.1.1

Latest
Compare
Choose a tag to compare
@ShipmasterKyle ShipmasterKyle released this 28 Mar 22:10
· 102 commits to main since this release
93cc0df

Version 0.1.1

Finally no more installing the console. Simply open up your respectable release and follow the instructions in games.md (In the games folder) to install your games.

Full Changelog: v0.1.0-public...v0.1.1-public

MacOS Users still need to build or use wine.

Note

Do not remove the executable file from its root folder. This will cause a ton of errors beyond our ability to fix.

Build Instructions

Make sure you have npm on your system! Its needed for the installer to work.

  1. Get your games from the eShop (Not yet intergrated into the main ui fully)
  2. Add it to the games folder in src
  3. in the index.html find the games div tag and this html code
<div id="game" style="width: 150px; height: 175px; display: inline-block; margin-left: 20px;" data-number="1">
            <img src="Image Link" style="width: 150px; height: 150px;" id="ID">
            
            <p id="gameName" style="font-family: 'Segoe UI Bold'; font-size: 15px; text-align: center; margin-top: -3px">Game Name</p>
        </div>

Image Link: Link of the Image
ID: gameIcon and a number. (THIS IS VERY IMPORTANT!) ex. gameIcon1
Game Name: The Name of the game
4. in renderer.js add this js code to the handleGameLoading function (its the last one)

document.getElementById('ID').addEventListener("click", event => {
        // temp 
        win.loadFile("games/myGame.html")
  })

ID: The id you made earlier
myGame: the name of the game
5. run the installer script (install.bat on windows and install.sh on linux or macOS)

Credits

Ship - Organiser, Project Manager, Front-End Scripter
TeleKiwi - Backend Scripter, Front-End Scripter, Concepts, Game Design, Module Creation
blue - Backend Scripter, API Creation
Yes - Website Creation, Front-End Scripter
Kaylerr - Developer Extensions, Back-End scripter, pretty much a little bit of everything
Electro - Backend Scripter
RelicStar, Romadillo, darismmj - Music, Front End Scripting

Issues?

Create a new Issue here