A Plutonium launcher that aims to make old CoD games more accessible
Go to file
2024-11-09 23:47:04 -05:00
src Add a "to do" list in README.md and implement config reader/writer 2024-11-09 23:47:04 -05:00
.gitignore Initial commit 2024-11-08 22:15:04 -05:00
LICENSE Initial commit 2024-11-08 22:15:04 -05:00
package.json Create a basic ElectronJS app in src/main.js 2024-11-08 22:58:23 -05:00
README.md Add a "to do" list in README.md and implement config reader/writer 2024-11-09 23:47:04 -05:00

open-plutonium-launcher-v2

A Plutonium launcher that aims to make old CoD games more accessible

Currently being written from scratch, please be patient.

To do

  • Make each HTTPS request its own function instead of binding them to an event
  • De-duplicate code (HTTPS requests in src/main.js for example)
  • Make a better UI/UX