First Person Shooter by Ibrahim Tariq

A basic FPS shooter made with python

View on GitHub

Block Shooter

Check out the game by watching the trailer HERE

Welcome to Block Shooter, a classic, old-school first-person shooter game developed using raycasting technology. This repository showcases a basic FPS without textures, delivering a retro feel reminiscent of early FPS games. Below, you will find details on the core features, algorithms used, and the updates implemented in this project.


Features


Screenshots

comparison_image fisheye_comparison_image

Updates

Version 1.0.1 - Graphics Settings Update

This update introduces configurable graphics settings that allow the game to adjust its rendering based on the user’s system capabilities:

Users can select the desired quality level, making the game accessible on high-end and low-end computers.

Version 1.0.2 - Full-Screen Mode

This update added a full-screen option for an immersive gaming experience, allowing players to switch between windowed and full-screen modes.

Version 1.0.3 - Graphics Update I

This update added new raycasting algorithms for a performance and graphics boast.

Version 1.0.4 - Graphics Update II

This update added fisheye correction for better visuals.

Version 1.0.5 - Graphics Update III

This update added anti-aliasing for smoother visuals.


Getting Started

To run the game, follow these steps:

  1. Clone the repository:
    git clone https://github.com/IbrahimT04/Block-Shooter.git
    
  2. Navigate to the project directory and run the main file:
    cd Block-Shooter
    python3 main.py
    
  3. Run the game executable and enjoy the old-school FPS experience!

Controls


Contributing

Feel free to fork this repository and submit pull requests. Contributions for new features, optimizations, or bug fixes are welcome!


License

This project is licensed under the GPL-3.0 license. See the LICENSE file for details.


Happy gaming, and enjoy the nostalgia!