top of page

Front End web project

It was the final project in the "programming in web environment" course, we were asked to program
and build the front-end of a website with a database and authentication.

I used the services of Firebase for hosting, cloud storage, and authentication.

The website simulates a virtual store with an online showcase and manager section
which protected with Firebase authentication.

Four in a row game

A final project in C sharp .net course, the project is a multiplayer game that has a client-side and service side.

To start a game a player has to invite another player from the online list if the second player accepts the invitation a game board is opened for each client.

The database is managed at the service side,it includes a games table and players table which saves the user name and the hashed password.

The service is built to transform messages to client and from client to client therefore it's duplex-based.

Simulation of vehicles using MVC

Was the final project in the advanced OOP programming course, a simulator of vehicles based on MVC architecture and written with C++.

The purpose of the project is to simulate a world that has police, robbers, trucks, and warehouse, the robbers try to rob the trucks and stay away from the police patrols, and the trucks transporting goods from warehouse to warehouse.

©2019 by Aslam Iktelat. 

bottom of page