Posted July 04, 2024 by BiZKiT
#icp #rts #web3 #blockchain #nft
Hello Commander, and welcome to another Weekly Developer Update! This time, we’re thrilled to walk you through how to get started with the latest version of Cosmicrafts.
We’ve made a lot of changes, focusing on the economy and user experience to bring you a fully on-chain experience. Strap in and get ready to embark on an epic journey through the cosmos!
So let’s dive in!
The first step on your journey is to download Cosmicrafts. Visit our website to find the version that’s right for your operating system. Currently, we support Windows, Mac, and Linux.
https://cosmicrafts.com/
You’ll always have the latest version. The launcher will automatically check for updates and install them, so you’re always ready to dive into the action with the newest features and improvements.
Now that you’ve launched Cosmicrafts, the next step is to create your account. We’ve provided multiple options to ensure you can choose the one that suits you best:
Let’s walk through each option so you can decide which one is right for you.
With Web Login, you can easily log in using your preferred wallet. For ICP Native wallets, we currently support:
(And don’t worry, Plug Wallet integration is coming soon!)
We’ve also integrated popular wallets from other chains, like Metamask and Phantom. If you’re a Web2 user, you can log in with your Google account with just one click. Additionally, you have the option to log in using your Facebook, Github, or Microsoft account.
Once logged in, the browser tab will close automatically in 5 seconds, and you’ll be ready to start your adventure!
If you’re familiar with seed phrases, Wallet Login is a great option. Here’s how it works:
Guest Login is the simplest and most straightforward option. With just one click, you can create your identity on the Internet Computer. You can later recover your seed account in the options menu if needed.
First-time users will need to choose a username to create their account. Once you’ve selected your username, we’ll mint 8 free Spaceship NFTs (Level 1) to get you started. So hold on for a few seconds on your first login.
These game NFTs are essential for playing Cosmicrafts, providing you with the initial fleet you need to dive into the action.
Welcome to the main interface, your command center. Here, you can manage everything before heading into intergalactic warfare. Let’s take a look at the main sections.
Click on the hero or NFT button to access your NFT panel. This panel is divided into two sections:
Note: The hero commander selection on the left side is not available now but will be reintroduced in future updates as we integrate back Heroes.
To check the properties of each NFT, simply click on it. A new panel will appear, showcasing:
Click on the Missions Tab to view the current missions available. Each mission offers unique rewards ranging from tokens to lootboxes of varying rarities.
Make sure to complete these missions before they expire, as new missions will be added daily and weekly.
Completing missions is an excellent way to earn tokens and upgrade your NFTs, giving you a strategic advantage on the battlefield.
Metacubes are special NFTs in the form of lootboxes. You can transfer them to another Internet Computer account via Principal ID, collect them, or open them to receive their contents as rewards.
The rarity of the Metacube, indicated in its metadata, determines the amount and value of the rewards. Higher rarity Metacubes offer more valuable tokens.
You can obtain Shards and Flux tokens from Metacubes.
Your Player Profile is where you can check your personal progress. Here, you’ll find an overview of your account, basic gameplay statistics, and the avatar section where you can change your avatar.
This area helps you keep track of your achievements and personalize your in-game identity.
Clicking on the token panels at the top of the screen will open another panel that allows you to send tokens to another principal ID.
This feature makes it easy to manage and transfer your in-game currency to other players or accounts.
You might notice some features on the main menu that are not yet available. We’re actively working on these and will be introducing them in future updates. These features include:
Now that you’re familiar with navigating the main interface, it’s time to hit that play button and get matched with another player. Here’s what you need to know to dominate the battlefield.
When you press the play button, you’ll be matched with another player. The game mechanics are straightforward yet strategic, ensuring every battle is both exciting and challenging.
Drag and drop your spaceships into your spawning zone. This is the area outside the red boundary, which marks your enemy’s zone. Position your units strategically to maximize their effectiveness and counter your opponent’s moves.
Your mission is to destroy the enemy base. Use your fleet’s unique abilities and strengths to break through your opponent’s defenses. Outmaneuver, outsmart, and overpower your enemy to secure victory.
Don’t forget to claim your rewards from the Missions tab.
So, Commander, are you ready to prove your skills on the battlefield?
We hope this guide helps you navigate and enjoy the latest version of Cosmicrafts Reforged. As always, your feedback is invaluable to us. Let us know which features you’re most excited about and what you’d like to see in future updates. Your input helps us shape the game to better meet your expectations and create an even more engaging experience.
That’s it for this comprehensive guide.
See you on the Cosmic Battlegrounds.
oh wait, wait…
Alright, we also know Linux is not that easy when you don’t have years of experience, but let’s guide you through how to do this.
Depending on your distro you might need to install the FUSE libraries
on Ubuntu/Debian
sudo apt install fuse
On Archlinux / Manjaro / Endeavour
sudo pacman -S fuse2
On Fedora
sudo dnf install fuse
On OpenSuSe
sudo zypper install fuse
To give execute permissions to your AppImage file, use the following command:
chmod +x ./Cosmicrafts.AppImage
After setting the permissions, you can double click to execute or run your AppImage on the terminal:
./Cosmicrafts.AppImage