Skip to content

hanurd25/NInARowGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Desktop impemetation of a N in-a-row game.

Runs as a desktop app

HTML/CSS/JavaScript frontend inside a native window Javascript holds all game rylesm rendering and user interaction funcctions

prerequisites

pip install pywebview
# pywebview creates a native operating system window.
# For this repository, there is no game logic in python

Game modes:

  • Free placement
    • Clicking any empty cell immediately places a piece there.
    • freestyle.js
  • Gravity
    • Clicking a column drops the piece to the lowest empty row in that column.
    • gravity.js

Features::

  • Can customize board dimensions
  • Adjustable win condition
  • Pass the device after your turn

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors