The Frontend for the CMGT Arcade Machine
npm install
npm run dev
npm run build
git push
On mac you can install Chromium with homebrew. Connect gamepad or joystick with USB.
Update juni 2024 : vite met typescript toegevoegd. Custom components toegevoegd.
- About page.
- Drop shadow on cartridges.
- Index.html cleanup duties.
- SPA, elke page is een component in plaats van een HTML file.
NWJS is the kiosk app met Chromium die draait op de arcade kast. Deze staat altijd in fullscreen en springt altijd terug naar de game page als je op 🟡 🟡 drukt. The DOCS folder of this repository will be automatically loaded by NWJS.
Student games are also github repositories or other urls where their game is served.
The NWJS shortcut CTRL+A (🟡 🟡 ) will always redirect from any game back to the main page. The NWJS folder of this repo contains the package.json and index.js files for NWJS. These files have to be placed on the actual arcade machine, with the Linux version of NWJS.
Download the latest NWJS on ubuntu. Unzip and place all the files in the existing nwjs project. Do not remove/replace index.js, app.js, bg.js
.
Check the Arcade Game repository for exact game requirements:
- Screen aspect ratio is 16:10. Resolutions could be: 1440x900, 800x500, etc.
- Support for Gamepad
games.json a JSON file with links to the github Page of game repositories, and genres.
Supply the game title, url, number of players, genres and optionally a cartridge image. Currently, cross-domain loading of cartridge images is not supported. The cartridge images will have to be added to this repository manually...😰 (loading them remotely is too slow...😴)
If you set makecode
to true
, an alternative cartridge image will be used.
{
"name": "Ruimtegruis",
"url": "https://kokodoko.github.io/ruimtegruis/",
"players" : 1,
"cover": "cover_ruimtegruis.png",
"makecode" : false
}
Gebruik dit image als basis
Je kan een link naar je makecode arcade game toevoegen aan games.json. Dan zet je makecode
op true, je krijgt dan automatisch onderstaand cartridge image:
Aanpassingen in de typescript dev
map moet je publiceren naar de docs
map met tsc
(typescript compiler). In VS Code doe je CMD+SHIFT+B.
- Vertical flex layout (of css grid)
- Rewrite the whole pagination spaghetti code
- Tim Borowy and GrunkHead Dave for setting up the first iteration of the UI and the server.
- Louis for fixing the game scaling bug.
- Leanne, Rob, Erik, Bob voor het bestellen en timmeren van de kast
- Hamid voor het updaten van Ubuntu
- Antwan voor het boos kijken