This repository contains a collection of game development projects written in C++ and using the Unreal Engine. Used Jules to clean-up the code and generate a Readme.
A simple command-line puzzle game written in C++. The player has to guess three secret numbers based on their sum and product.
To run the game:
- Compile
main.cppusing a C++ compiler. - Run the generated executable.
A basic Unreal Engine project. This project was created as part of a learning exercise and demonstrates a simple component that logs the position of an actor in the world.
To run the project:
- Open the project in the Unreal Engine editor.
- Press the "Play" button.
An Unreal Engine implementation of the classic "Bulls and Cows" word game. The player has to guess a hidden isogram.
To run the game:
- Open the project in the Unreal Engine editor.
- Press the "Play" button.