This project is a simple Electron client that allows users to connect and play Afterlife Online. You can also play the game online at this link.
- Node.js (v14.x.x or higher recommended)
- npm (v7.x.x or higher recommended)
- Clone the repository: git clone https://github.com/spoonpaw/afterlife-online-electron.git
- Navigate to the project folder: cd afterlife-online-electron
- Install the dependencies: npm install
To run the development build: npm start
To run the production build: npm run start-prod
- For macOS: npm run package-mac
- For Ubuntu: npm run package-ubuntu
- For Windows: npm run package-windows
- Connect to a local or remote Afterlife Online game server
- Window size of 800x600
- Menu bar is disabled for a clean UI
This project is currently at version 1.0.0.
- TypeScript: 4.9.5
- Electron: 25.8.2
- Electron-packager: 17.1.1
- Cross-env: 7.0.3
- @types/node: 14.18.48
- ts-node: 9.1.1