saasuke
v0.3.3
Published
TypeScript to Cairo Compiler
Downloads
101
Readme
Saasuke SDK
Welcome to the Saasuke SDK! This SDK simplifies blockchain game development on Starknet, providing everything you need to build, deploy, and scale interactive on-chain games. With TypeScript-to-Cairo conversion, reusable modules, and smart contract templates, developers can streamline their projects and focus on creating immersive gaming experiences.
Features
- TypeScript to Cairo Conversion: Write game logic in TypeScript, auto-generate and deploy Cairo contracts.
- Smart Contract Templates: Pre-built smart contracts for faster development.
- Scalable Physics Engine: Implement game physics with features like collision detection and gravity.
- Turn-Based Mechanics: Simplify turn-based logic for multiplayer games.
- AI NPC Behavior: Templates for integrating AI-driven NPCs into your game.
Project Structure
/my-game
├── client/ # Frontend client for interacting with the game
├── example-vite-react-sdk/ # Example React setup using Vite
├── logic/ # Core logic for the game
│ ├── contract/ # Smart contract files
│ ├── scripts/ # Automation and helper scripts
│ └── src/ # Game logic files in TypeScript
├── example.env # Example environment configuration file
├── package.json # Project dependencies and scripts
└── tsconfig.json # TypeScript configurationGetting Started
Prerequisites
- Node.js: Install Node.js and npm from nodejs.org
- Starknet Wallet: Set up a wallet to deploy contracts on Starknet.
Installation
Clone the repository:
git clone https://github.com/Saasuke-sdk/saasuke-sdk.git cd my-gameInstall the SDK globally via npm:
npm i -g saasukeInitialize the game project:
saasuke init gameSet up environment variables:
- Copy
example.envto.envand configure as needed.
- Copy
Running the Project
To start the project, run:
npm startThis command will start the development environment, allowing you to begin building and testing your game.
Documentation
For detailed documentation, setup instructions, and examples, visit our GitBook Documentation.
