v.0.1.0
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.
- Get your games from the eShop (Not yet intergrated into the main ui fully)
- Add it to the games folder in src
- 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