Get Started with Sendama
Welcome to Sendama! This guide will help you get started with creating and running your own 2D games using our game engine.
Prerequisites
Before you begin, make sure you have the following installed on your system:
- PHP: Download and install PHP from the official PHP website.
- Composer: Download and install Composer from the official Composer website.
Installation
To install Sendama, follow these simple steps:
- Open your terminal.
- Run the following command to install Sendama globally using Composer:
composer require global atatusoft-ltd/
Creating a New Game Project
Once Sendama is installed, you can create a new game project with a single command:
- In your terminal, navigate to the directory where you want to create your game project.
- Run the following command, replacing
my-game-name
with the name of your game:
sendama new my-game-name
This command will create a new directory named my-game-name
with all the necessary files and folders to start developing your game.
Running Your Game
To run your game, follow these steps:
- Navigate to your game project directory:
cd my-game-name
- Run the following command to start your game:
sendama play
This will launch your game in the terminal, allowing you to see it in action.
Next Steps
Now that you have your game project set up and running, it's time to start building! Check out the following resources to help you on your journey:
- Documentation: Explore our documentation to learn more about the features and capabilities of Sendama.
- Examples: Review the example games included in your project directory for inspiration and guidance.
- Community: Join our forum and Discord server to connect with other developers, share your progress, and get support.
Need Help?
If you encounter any issues or have questions, our support team is here to help. Visit our support page or contact us directly at support@sendamaphp.com.
Happy coding, and welcome to the Sendama community!