Space Race
$49.00
3 sales
Space Race Game Review: A Fun and Engaging Endless Game
Score: 0
Introduction
Space Race is an endless game that combines excitement and challenge as you tap and move a space ship through the vastness of space. Your goal is to avoid asteroids, collect coins, and buy new space ships. With its simple yet addictive gameplay, Space Race is a game that will keep you hooked for hours on end.
Gameplay and Features
The game is well-designed, with a responsive interface that allows for easy navigation. The game is based on SpriteKit engine and written in Swift, making it a great choice for developers who want to create a visually appealing game. The code is also well-commented, making it easy to understand and modify.
Some of the key features of the game include:
- Share function: allows you to share a short link to share messages and increase user engagement
- Local notifications: reminds players to come back to the game after 1,6, and 24 hours, and after 1 week
- Skins: users can buy and collect new skins for their space ships
- AdMob framework: allows for easy monetization through ads
- Rate us function: prompts players to rate the game after completion
- Localized interface: available in English and Ukrainian
Pros and Cons
Pros:
- Simple yet addictive gameplay
- Responsive interface
- Well-commented code
- Good program architecture
- Easy to customize and modify
Cons:
- Limited level of difficulty (the game can get repetitive after a while)
- No level progression (players can buy new space ships, but there is no level progression)
Conclusion
Overall, Space Race is a fun and engaging endless game that is perfect for fans of arcade-style games. With its simple yet addictive gameplay, responsive interface, and easy customization options, this game is a great choice for developers who want to create a game that will keep players coming back for more. However, the game can get repetitive after a while, and there is no level progression. Nonetheless, with a little tweaking, this game has the potential to become a hit.
Technical Requirements
- iOS 12.0 or later
- Latest Xcode version
Monetization Options
- AdMob
- In-app purchases
Additional Notes
The project comes with good documentation and a well-organized codebase, making it easy to modify and customize. The developer is also available to assist with any issues or problems that may arise. Overall, this is a great game with a lot of potential for growth and customization.
User Reviews
Be the first to review “Space Race”
Introduction
The Space Race is a thrilling board game where players take on the roles of astronauts competing to be the first to reach the moon. With its easy-to-learn rules and exciting gameplay, the Space Race is perfect for families, friends, and fans of space exploration. In this tutorial, we will guide you through the rules and objectives of the game, and provide step-by-step instructions on how to play.
Objective
The objective of the game is to be the first player to land on the moon and return to Earth. Players must navigate through the space, completing missions, collecting resources, and overcoming obstacles to achieve their goal.
Components
Before we begin, let's familiarize ourselves with the game components:
- Game board featuring a representation of the solar system
- 4-6 player tokens (astronauts) in different colors
- 100 mission cards
- 20 resource tokens (oxygen, fuel, and communication)
- 12 challenge cards
- 4 launchpad cards
- 1 scorepad
- 1 set of dice (1 six-sided die and 1 four-sided die)
Setup
To set up the game, follow these steps:
- Place the game board in the middle of the playing area.
- Shuffle the mission cards and deal 5 cards to each player. These cards will form the player's mission deck.
- Each player chooses a token and places it on the launchpad on the game board.
- Determine who goes first by rolling the six-sided die. The player with the highest number goes first.
- Place the resource tokens within reach of all players.
- Shuffle the challenge cards and place them face down on designated spaces on the game board.
Gameplay
A typical turn in the Space Race consists of three phases: Plan, Execute, and Recharge.
Plan Phase
- Roll the four-sided die to determine which action to take: Move, Launch, Land, or Use Resource.
- Choose the action corresponding to the die roll:
- Move: Move your token to the next space on the game board.
- Launch: Launch your spacecraft and move it to the next space on the game board.
- Land: Land on the moon and return to Earth.
- Use Resource: Use a resource token to overcome an obstacle or complete a mission.
Execute Phase
- Execute the chosen action:
- Move: Move your token to the next space on the game board.
- Launch: Launch your spacecraft and move it to the next space on the game board.
- Land: Land on the moon and return to Earth.
- Use Resource: Use a resource token to overcome an obstacle or complete a mission.
Recharge Phase
- Recharge your resources:
- Oxygen: Roll the six-sided die and add the result to your oxygen level.
- Fuel: Roll the six-sided die and add the result to your fuel level.
- Communication: Roll the six-sided die and add the result to your communication level.
Mission Completion
To complete a mission, players must fulfill the requirements listed on the mission card. Requirements may include:
- Moving to a specific space on the game board
- Collecting a specific resource
- Overcoming an obstacle
When a player completes a mission, they draw a new mission card from their deck and add it to their hand.
Challenges
Challenges are random events that can occur during the game. When a player lands on a space with a challenge card, they must resolve the challenge by rolling the six-sided die and adding the result to their challenge level. If the total equals or exceeds the challenge level, the player overcomes the challenge. Otherwise, they must return to the launchpad and try again.
Scoring
The game ends when one player lands on the moon and returns to Earth. The player with the most completed missions wins the game. In the event of a tie, the player with the most oxygen, fuel, and communication resources wins.
Tips and Strategies
- Focus on completing missions to earn rewards and resources.
- Manage your resources carefully to avoid running out of oxygen, fuel, or communication.
- Try to launch your spacecraft when you have a full fuel tank to maximize your movement.
- Use your resources wisely to overcome challenges and complete missions.
- Block your opponents' progress by landing on spaces that prevent them from moving or launching.
By following this tutorial, you're ready to embark on the Space Race! Gather your friends and family, and get ready to explore the solar system and be the first to reach the moon. Good luck, and may the best astronaut win!
Competition Settings
{
"competition_name": "Space Race",
"num_players": 2,
"start_game_delay": 10000,
"game_duration": 600000,
"starting_space_miles": 20000000,
"landing_bonus": 50000
}
Gameplay Settings
{
"speed_of_light": 186282,
"speed_of_sound": 299792458,
"acceleration": 9.81,
"max_thrust": 1000000,
"max_fuel": 1000000000,
"min_altitude": 1000,
"min_temperature": -200,
"max_temperature": 1000
}
Asteroid Field Settings
{
"asteroid_field_active": true,
"asteroid_spawn_rate": 1,
"asteroid_types": [
{
"name": "Small Asteroid",
"mass": 1000000,
"radius": 100
},
{
"name": "Medium Asteroid",
"mass": 1000000000,
"radius": 500
},
{
"name": "Large Asteroid",
"mass": 1000000000000,
"radius": 1000
}
]
}
Rocket Settings
{
"rocket_types": [
{
"name": "Small Rocket",
"mass": 1000000,
"thrust": 100000,
"fuel_capacity": 1000000000
},
{
"name": "Medium Rocket",
"mass": 1000000000,
"thrust": 100000000,
"fuel_capacity": 1000000000000
},
{
"name": "Large Rocket",
"mass": 1000000000000,
"thrust": 100000000000,
"fuel_capacity": 1000000000000000
}
]
}
Here are the features of the Space Race game mentioned in the content:
- Share function: allows players to share a short link to share a message to increase users in the game.
- Local notifications: sends notifications to players after 1, 6, and 24 hours, and after 1 week to increase audience retention.
- Skins: allows players to buy skins for coins, and can be easily added more skins.
- AdMob framework: allows for monetization through ads.
- Rate us function: asks players to rate the game after completion.
- Rate us button: has a rate us button in the main menu.
- Localized interface: supports English and Ukrainian languages.
- Pause: allows players to pause the game.
- GameCenter: integrates with GameCenter.
- Tutorial: has a tutorial for new players.
- In-Apps: allows for in-app purchases.
- Notifications: sends notifications to players.
- Share: allows players to share their progress.
Additionally, the game is built using:
- SpriteKit engine: a 2D game engine.
- Swift: a programming language.
- Good program architecture: the code is well-organized and easy to maintain.
The project also has:
- Documentation: a comprehensive guide to the game's code and functionality.
- Reskin: allows for easy reskinning of the game by replacing files in the
.xcassets
file. - Settings file: allows for easy modification of game settings.
There are no reviews yet.