Skip to content

Pinho13/CodeQuest_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 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 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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages