An open API service indexing awesome lists of open source software.

https://github.com/wwi2196/world-rally-cross-championship-management-system

This command line application is designed to manage the World Rally Cross Championship. It allows for adding, deleting, and updating driver details, viewing championship standings, simulating races, and more.
https://github.com/wwi2196/world-rally-cross-championship-management-system

Last synced: 3 months ago
JSON representation

This command line application is designed to manage the World Rally Cross Championship. It allows for adding, deleting, and updating driver details, viewing championship standings, simulating races, and more.

Awesome Lists containing this project

README

        

# World Rally Cross Championship Management System

## Overview
This command line application is designed to manage the World Rally Cross Championship. It allows for adding, deleting, and updating driver details, viewing championship standings, simulating races, and more.

## Features
- **ADD**: Add a new driver's details.
- **DDD**: Delete a driver by name.
- **UDD**: Update a driver's details by name.
- **VCT**: View the championship standings table.
- **SRR**: Simulate a random race and assign points.
- **VRL**: View the race table sorted by date.
- **STF**: Save current data to a text file.
- **RFF**: Load data from a saved text file.
- **ESC**: Exit the program.