Skip to content
Open navbar menu
Sign UpLog In
virnuls

Andrew Virnuls

@virnuls
Teacher of Computer Science, creator of Computing & ICT in a Nutshell (https://www.advanced-ict.info / https://www.youtube.com/AdvancedICT)
Twitter
LinkedIn
YouTube
Website
  • Connect 4

    Cover page
    Made with Python

    A simple version of the classic game in which "the computer" uses a simple algorithm to try to place counters to win or to stop you from winning.

    Recent comments (1)
    ErayKepenek
    ErayKepenek
    2 months ago

    neat game nice

  • Sudoku

    Cover page
    Made with Python

    This programming uses a recursive backtracking technique to solve a Sudoku grid stored in a list.

    Web version using JavaScript: https://www.advanced-ict.info/javascript/sudoku.html

    Recent comments (0)
  • Snowflakes

    Cover page
    Made with Python (with Turtle)

    Uses the turtle to draw random snowflakes

    Recent comments (0)
  • Huffman Coding

    Cover page
    Made with Python

    Codes text using Huffman Coding and compares that with using ASCII

    Recent comments (0)
  • Flood Fill

    Cover page
No posts yet