Skip to content

dujules23/ms-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ms-game

This is a recreation of a project I found on freecodecamp by Jim. The goal was to continue to work on my Python skills.

A Few Things To Note

I did this project on an M1 Mac Mini so there are a few things that were not supported for the mac os.

  • The project originally called for using "bg = 'color'" when assigning colors to attributes. On mac os, "highlightbackground = 'color' " is more consistent and works better
  • The original project called for using the ctypes library for displaying pop up messages. That does not seem to be supported, so using tkinter's "messagebox.showinfo("title", "message")" works well. Note that it takes two arguements; Title and message.

Stack Used

  • Python 3.10.0
  • tkinter

About

A test build for the minesweeper game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages