Skip to content

Pinho13/CodeQuest_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeQuest

CodeQuest is a wrapper for pygame that simplifies the game making process, letting users create games with minimal or no knowledge of pygame. Great for beginners Learning Python.

How to Start

  • Install Python
  • Clone the repo
  • Go to the terminal and write python -m pip install .
  • Create a New Python File in the same Directory
  • Write the Code below
from CodeQuest import *

# Create a Game Instance
game = Game()

# Updates every frame
@game.on_update
def update():
    pass

# Run Game
game.run()

Architecture Overview

About

A beginner-friendly Python game development framework built on Pygame, making it easy to create 2D games with minimal boilerplate.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages