Skip to content

Riveen Haggalla - RetroFracture#249

Open
RealH4D35 wants to merge 2 commits into
thoth-tech:mainfrom
RealH4D35:main
Open

Riveen Haggalla - RetroFracture#249
RealH4D35 wants to merge 2 commits into
thoth-tech:mainfrom
RealH4D35:main

Conversation

@RealH4D35
Copy link
Copy Markdown

Description

This PR adds RetroFracture, an early development build of a multi-genre arcade game built in C++ with SplashKit. The submission includes two playable levels (apartment hallway and interior) with working movement, jumping, interactions, camera systems, and adaptive HUD. The game compiles and runs successfully on Linux with standard controls (WASD for movement, E for interaction, ESC to exit), meeting repository requirements for an unfinished project.

Key Features:

  • Complete player movement and physics system
  • Interactive door system with proximity detection
  • Smooth camera following with level-specific constraints
  • Adaptive HUD with debug information
  • Modular architecture for future expansion

Dependencies: SplashKit SDK, C++17 compatible compiler

Type of change

  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation (update or new)

How Has This Been Tested?

The game has been tested on 6.18.3-arch1-1 with the following configuration:

  • Compiled using SplashKit's skm with Clang++
  • Tested at 60 FPS target performance
  • Verified all interactive doors function correctly
  • Tested player collision with boundaries and ground
  • Confirmed camera constraints work in both levels
  • Tested reset functionality (R key) and exit controls (ESC)

Test Instructions:

  1. Clone the repository and navigate to RetroFracture directory
  2. Run: skm clang++ program.cpp src/*.cpp -o RetroFracture
  3. Execute: ./RetroFracture
  4. Use WASD to move, E to interact with doors, ESC to exit

Testing Checklist

  • Compiled successfully on Linux (6.18.3-arch1-1)
  • Game launches without crashes
  • All documented controls function correctly
  • Level transitions work as expected
  • No memory leaks detected during basic gameplay

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code in hard-to-understand areas
  • I have included the corresponding README.md for what has been done and is expected to be done

@seventhback777
Copy link
Copy Markdown

Nice work on the submission! The level structure and camera system look solid. Just a few things to sort out before this can be merged:

config.txt has a few fields that still have the template placeholder values:

  • author is still Your Name
  • image points to assets/sprites/ui/preview.png which doesn't seem to exist in the repo — the arcade machine won't be able to load a thumbnail without it
  • executable is set to RetroFracture.exe but the binary you've committed is a Linux ELF with no extension — might want to double-check that matches up
  • repository is still the placeholder https://github.com/your-username/arcade-games

Also — the splashkit.log in the logs folder has a bunch of warnings about a missing file at /home/h4d35/Documents/RetroFracture/images/../Sprites/Ace.png. Is this from the current version of the game? Looks like it might be from an older build since there's no reference to that path in the submitted code. Just want to make sure we're looking at the right log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants