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

v.0.1.0

Compare
Choose a tag to compare
@ShipmasterKyle ShipmasterKyle released this 27 Mar 00:26
· 105 commits to main since this release
20627e1

First build of SNext. Very early and rough around the edges but we plan to fix that as we continue.

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