VS Code Extension for Children
These are the ways you can use our extension:
OR
These features particularly work only for the Qwen-2.5-Coder Model
Enter ‘@pixel’ followed by the prompt which is the description of your game. Remember to explain the game in detail.
The model will generate a series of sub-prompts based on your prompts
For each sub-prompt, type in “G:” and then type in the prompt
For each of these, the model will generate a section of the code for the game
These are the key steps for our clients to remember while testing and deploying our extension :
To use PixelPilot, ensure you have the following :
npm installPixelPilot supports the following commands :
@pixel /image followed by a description of the image you want to generate. @pixel changeChatCompletionModel and select a model from the list. @pixel changeCodeGenerationModel and select a model from the list.PixelPilot supports offline models for image generation and other tasks. Hence before running the extension, follow these instructions :
git submodule init git submodule update --recursivecd Backendpy -3.11 -m venv venvpython3.11 -m venv venvvenv\Scripts\Activate.ps1venv\Scripts\activatesource venv/bin/activatepip install -r requirements.txtpython runner.pydeactivate G: and input one prompt at a time.If you encounter any issues:
Check the output logs in the Output panel for error messages.
vsce publish
For the backend, the clients should bundle the python scripts into an executable using PyInstaller. This bundling should occur within a Python3.11 virtual environment and the Python3.11 interpreter should be bundled with the python scripts. After that, they can provide a zip folder to the users that contains the executable, the Backend/fastsdcpu and the Backend/offlineModels folders from our repository. The client should make it clear to the user that they should not change anything within the zip folder especially the directory format.
Logos: Belong to respective copyright holders (e.g., UCL, Microsoft, TypeScript).
PixelPilot does not collect or process any user information, and thus it is fully GDPR compliant.
PixelPilot is released under the MIT license, which means:
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction...
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND...
Check out our monthly videos showcasing the development process and features of PixelPilot.
Follow our journey as we build PixelPilot, share progress updates, challenges, and breakthroughs.
Visit the BlogThese are the AI models we took help of when we were making the extension or the report website:
[2] Github CoPilot : https://github.com/features/copilot
We hope you've enjoyed learning about our VS Code extension for children's game development.