Skip to content

nburunova/knights

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

knights

Usage

Help:

knights --help

Default usage: 5 knights, 5 witches, select next in circle in forward direction:

knights

10 knights, 2 witches, select next randomly:

knights -knights 10 -witches 2 -random

Part 6

How to add graphics? Multiplatform?

Use library or frameworks for drawing graphics. It could be primitive because our game has simple logic and doesn't interact with user input. This library or framework should support cross-platform development. Possible solutions:

  • python, and graphics package turtle
  • cross-browser HTML5 game frameworks
  • game engines, I googled GDevelop, it seems quite easy for beginners

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages