OtagoPolytechnic / third-year-studio-2024-rainy-arcade

third-year-studio-2024-rainy-arcades created by GitHub Classroom
1 stars 0 forks source link

game execution #38

Closed fuzzyers closed 1 month ago

fuzzyers commented 3 months ago

We need to be able to launch the games from the frontend otherwise it would be pointless having one.

fuzzyers commented 3 months ago

I have tried using a localfile execution system but it is no longer supported by current browsers. This is likely no longer supported due to security concerns

fuzzyers commented 3 months ago

I am now trying out an api using child_process exec function

SamanthaCra commented 2 months ago

@fuzzyers Can you link this to a relevant branch or pull request please.

fuzzyers commented 1 month ago

Documentation In regards to the Game Execution can be found here

https://github.com/OtagoPolytechnic/third-year-studio-2024-rainy-arcade/wiki/Arcade-User-Interface-Backend-Documentation https://github.com/OtagoPolytechnic/third-year-studio-2024-rainy-arcade/wiki/Frontend-Research