Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Latest commit

 

History

History
36 lines (22 loc) · 1.14 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.14 KB

Archived bc I don't use VSCode anymore. If you want to continue the project HMU

Made for Hack Club Arcade with GitHub Copilot as an assistant

Sprig VSCode

Making Sprig game development even easier. Create a TypeScript Sprig project using create-sprig, and develop it in your editor with the vscode extension.

Get started

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

using in vscode

Confessions

Used GitHub Copilot as an assistant and used vs-sprig for inspiration for the vscode extension.

License

Licensed under the MIT License.