Skip to content

windrunner21/gridrunner-iOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GRIDRUN Game iOS Version

GridRun is a strategy based game where two players play against each other. There are two types of players: Runners and Seekers.

Runner

Runner's goal is to escape the maze. Maps usually have a couple of exits and reaching one of them is enough to escape the grid. Runner has to be always vigilant as they are always tailed by Seeker, who are trying to find and capture the Runner. If Runner successfully exits the maze, they win.

Seeker

Seeker's goal is to capture Runner. Chasing down Runner is not easy, but if Seeker manages to open up a tile that Runner has used, then Seeker gets information on Runner's move on that particular tile. Constructing the overall way of Runner allows Seeker to tail and capture Runner before they escape.

Availability:

Features

  • Multiplayer Game
  • Unranked and Competitive Plays
  • Custom Game Rooms
  • Account Management
  • Account Creation and Login.
  • Local Notifications and Support for Remote.
  • Customization (soon)
  • Tutorial (soon)
  • Playing against AI (soon)

Implementation

Implemented using native iOS development.

Architecture

Architecture used for the project is a 4 layered architecture. Layers are:

  • Business Logic Layer
  • UI Layer
  • Network Layer
  • Storage Layer

SOLID principles were used.

Multiplayer

Gaming sessions were implemente using Ably Realtime Service. Subscribing and publishing to channels allows for uninterrupted conversation between two players. Standart NSNotifications were used to handle edge case updates from realtime service, for example: sudden resigns, game configuration changes - to name a few.

Network

Network Layer was implemented using core URLSession and Tasks.

Design

Completely programmable UI. UIKit was used as a UI framework. Custom UI classes were built for reusability and maintanability. Design itself was prototyped in Figma.

Screenshots

Custom Rooms: Create and Join

Authorization: Register and Login

Account Management

Copyright

iOS version created by Imran Hajiyev. All rights reserved 2023 GridRun.

Contact

Reach me here or submit offical form at https://gridrun.live/contact-us

Imran Hajiyev ©

About

iOS Game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages