Code Monkey home page Code Monkey logo

board-drawing-engine's Introduction

Board Drawing Engine

Implementing generic game engine for drawing game boards.

Object Oriented Paradigm Functional Paradigm


  • We were required to implement an abstract game engine that supports the drawing of six games, and could be extended for further more games:
    • Tic Tac Toe
    • Connect 4
    • Checkers
    • Chess
    • Sudoku
    • 8 Queens

Table of Contents


Introduction

  • This Project was developed as a part of the academic course CSE 225: Programming Languages Paradigms that is being studied on the 6th semester (spring 2023) in the department of Computer and Systems Engieering, Alexandria University. we were assigned to implement an extendable game board drawing engine, to explore the main differences between the Fucntional and the Object Oriented paradigms.

Project Objectives

  • Understanding the main features & properties of the object oriented paradigm and the functional paradigm and the tools they do provide, listed below a couple of them:
    • Functional Paradigm:
      • Higher Order Functions
      • Pattern Matching
      • Immutability
    • OO Paradigm:
      • Inheritance
      • Overriding
      • Encapsulation

Installation

Steps to install and run this application on your local machine.

  • Download the ZIP file from here
  • Extract it
    • JS Version: Open the oop_js/exe/games.exe file.
    • Scala Version: Head to the functional_scala/out/artifacts/ directory from your terminal, enter the following command: java -jar functional_scala.jar

Problem Statement


Designed & Implemented By


board-drawing-engine's People

Contributors

ehabyasser25 avatar georgebeshay avatar mohamedraffeek avatar rowaina2025 avatar mariamaziz0 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.