Made for Hack Club Arcade with GitHub Copilot as an assistant
Making Sprig game development even easier. Create a TypeScript Sprig project using create-sprig, and develop it in your editor with the vscode extension.
- Download the vscode extension
- Create a Sprig project by running:
npm create sprig # or equivalent
- Build and start watching for file changes with:
npm run watch # or equivalent
- Hit
Ctrl+P
/Cmd+P
and type in SprigKit. - Select SprigKit: Open game from workspace
- Your game should now be running in your editor. Start developing by editing
src/index.ts
Used GitHub Copilot as an assistant and used vs-sprig for inspiration for the vscode extension.
Licensed under the MIT License.