"Our" Final Project for Basic Programming (Pemrograman Dasar) in 1st Semester.
The project offers a variety features, such as :
- Calculator (perform basic arithmetic operations 2 number such as addition, subtraction, multiplication, division, modulus, and exponentiation (power))
- Distance unit conversion (convert from meter, kilometer, mile, kilometer to milimeter)
- Weight unit conversion (convert from kg, liter, ounce, pound, gram)
- BMI calculation (with simple advice mechanism based on the calculated BMI)
- Note application (simple note-taking feature that allows user to save and retrieve notes in "notes.txt" with fstream library)
- Suwitan game (simple paper, rock, scissor game from Indonesia)
- Jackpot number game (guessing game where player have 10 chances to guess the computer number)
The project is developed using imperative programming, C++ language, runs on CLI, and doesn't require installing any library from outside. I know i can develope it further, but i want to save it as a memory --one of my first steps become a programmer
The project was completed by Group 7, which consists of following members :
- Sandhika Lyandra Prasetyo - 23051204074
- Vena Novita Fitri Indriani - 23051204077
- Cornelius Louis Nathan - 23051204085 @Louis3112
To install this project, please proceed these steps :
- Clone the repository:
git clone https://github.com/Louis3112/hp_lite
- Navigate to the project directory:
cd hp_lite
- Compile the project:
g++ -o hp_lite hp_lite.cpp
- Run the project :
./hp_lite
(or just simply run with your IDE)
If you'd like to contribute or upgrade the project, it would be our pleasure! 😄 (I would be surprise tho, i mean.. it's a simple project)
Here's how to to contribute:
- Fork the repository
- Create a new branch:
git checkout -b your-branch-name
- Make your changes
- Commit your changes:
git commit -m "your messages"
- Push your changes to your forked repository:
git push origin your-branch-name
If you have any questions or comments about this project, please contact me