Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

leytondsilva/NNFS_PygameMySQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

17 Commits

Repository files navigation

NFFS_PygameMySQL

A trivial Python Game using the Pygame library with a MySQL database for Leaderboards/Rankings.

Steps:

1] Download and install xampp: https://www.apachefriends.org/download.html

2] Create database 'gameboard' with table 'user_info' having columns (name,score). You can do this by running Apache and Mysql in Xampp, then going to 'localhost/phpmyadmin' in your browser and executing the following queries.

  • create database

  • create table user_info(name VARCHAR(20), scoreVARCHAR(20))

3] Run in CMD:

  • pip install -r requirements.txt

4] Run NNFS.py

References:

https://pythonprogramming.net/pygame-python-3-part-1-intro/

About

A trivial Python Game using the Pygame library with a MySQL database for Leaderboards/Rankings.

Topics

Resources

Readme

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages