Skip to content

Prit-P2/Games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Games Repository

Welcome to the Games repository!
This project contains a collection of simple games implemented in Python and C. It is ideal for learning, experimenting, and having fun with basic game development concepts.

Repository Structure

  • Python (55.9%)
    Contains games and scripts written in Python, focusing on rapid prototyping, logic, and easy-to-understand code.
  • C (44.1%)
    Contains games written in C, ideal for understanding lower-level programming, memory management, and efficient execution.

Features

  • Multiple game demos in Python and C
  • Well-organized codebase for educational purposes
  • Simple games to help understand game logic and development basics

Getting Started

Prerequisites

  • Python 3.x for Python games
  • GCC or any C compiler for C games

Running Python Games

  1. Navigate to the Python game directory.
  2. Run the desired game:
    python <game_file>.py

Running C Games

  1. Navigate to the C game directory.
  2. Compile the game:
    gcc <game_file>.c -o <game_name>
  3. Run the game:
    ./<game_name>

Contributing

Contributions are welcome!
Feel free to submit pull requests for new games, improvements, or bug fixes.

License

This repository is open source and available under the MIT License.


Enjoy playing and learning!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors