Skip to content

Yaroslaw07/simple_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

20 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ‘พ Simple Shooter Game

Simple Shooter Game is a classic terminal-based game developed using C++ and the ncurses library. It offers a nostalgic gaming experience with a straightforward implementation, making it a great project for learning and experimenting with game development in a console environment.

image

๐Ÿš€ Features

  • Terminal-Based Gameplay: Experience a classic shooter game right in your terminal.
  • C++ & ncurses: Built with C++ using the ncurses library for handling graphics and input.
  • Simple Mechanics: Focus on gameplay with easy-to-understand controls and objectives.

To implement ๐Ÿ“Œ

  • Multi-level support
  • Enemy logic
  • Game pause

๐Ÿ› ๏ธ Technologies Used

  • C++: Core programming language for game logic.
  • ncurses: Library for managing terminal input/output and rendering the game interface.

๐Ÿง‘โ€๐Ÿ’ป Getting Started

  1. Clone the repository:
    git clone https://github.com/Yaroslaw07/simple_game.git
  2. Install dependencies (make sure ncurses is installed on your system).
  3. Compile the game:
    mkdir build
    cd build
    cmake ..
    make
  4. Run the game:
    ./simple_game

๐ŸŒ Deployment

This game runs directly in the terminal and does not require any external hosting.

๐Ÿค Contributing

Contributions are welcome! Feel free to submit issues or create pull requests to enhance the game.

๐Ÿ“„ License

This project is licensed under the MIT License - see the LICENSE file for details.


Made with โค๏ธ by Yaroslaw07

About

๐Ÿ‘พ Simple shooter game on C++ and ncurses

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published