Skip to content

brnoigor/prog2-aval1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prog2-aval1

Overview

A TypeScript project simulating interplanetary cargo deliveries using spacecraft with different capabilities.

Requirements

  • Node.js (v14 or higher recommended)
  • TypeScript (installed as a project dependency)

Installation

  1. Clone the repository:
    git clone https://github.com/brnoigor/prog2-aval1.git
    
  2. Change to the project directory:
    cd prog2-aval1
    
  3. Install dependences
    npm install
    

Usage

Build the project

Compile TypeScript files into JavaScript:

npm run build

Alternatively, run directly with ts-node (if installed):

npx ts-node src/index.ts

Class Diagram

Class Diagram

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors