Fuel Fire is an innovative first-person shooter (FPS) game designed for mobile platforms like Android and iOS, with plans for cross-platform compatibility. The game stands out for its intense, fast-paced gameplay and cutting-edge integration with blockchain technology. Featuring a unique Compete-to-Earn model, Fuel Fire rewards players based on their competitive performance, enabling them to earn real-world value through in-game activities.
Watch the Fuel-Fire trailer here: TRAILER
Key aspects of Fuel Fire include:
- Adrenaline-Packed FPS Gameplay: Thrilling multiplayer battles with realistic weapons, dynamic environments, and sharp shooting mechanics.
- Blockchain-Powered Economy: Players can own, trade, and collect in-game assets like weapons, skins, and gear as NFTs, ensuring real ownership and value.
- Cross-Platform Development: Future releases include versions for PC and cross-platform gameplay.
- In-Game Marketplace: A player-driven marketplace powered by blockchain allows seamless trading of in-game assets.
-
Kill Tracking
- Tracks the number of kills for each player.
- Records the last kill timestamp.
-
Reward Mechanism
- Distributes in-game assets based on player performance.
- Rewards are stored as UTXOs (Unspent Transaction Outputs) for efficient management.
-
Player Management
- Manages player data securely on the blockchain.
- Provides transparency and immutability for all transactions.
-
Fuel Blockchain Integration
- Deployed on the Fuel mainnet for scalability and low fees.
- Fully compatible with the Fuel wallet and UTXO models.
- Record kills for a player:
fn record_kill(player: Address);
- Get kills for a player:
fn get_kills(player: Address) -> u64;
- Get last kill for a player:
fn get_last_kill_time(player: Address) -> u64;
In-Game Rewards
Players earn rewards based on their kill count. These rewards are distributed in the form of Fuel network UTXOs (Unspent Transaction Outputs) for efficient and secure management.
📄 Scripts
Split Coins
This script splits a wallet’s balance into smaller UTXOs to facilitate efficient game operations.
🌐 Resources 1. Fuel Documentation: • Fuel Network • GraphQL API 2. Explorer: • Fuel Explorer
📜 License
This project is licensed under the MIT License. See the LICENSE file for details.
🧑💻 Contributors • Sai Kiran: Smart Contract Developer • Fuel-Fire Team: Game Design and Blockchain Integration
This layout ensures readability and professionalism, aligning with GitHub's standards. Let me know if you'd like any further tweaks🚀