Skip to content

Instantly share code, notes, and snippets.

View Shadowking1235's full-sized avatar
💭
Lets do it...

Enoch King Shadowking1235

💭
Lets do it...
  • Cohabit
View GitHub Profile
@rsheldiii
rsheldiii / chess.py
Created June 26, 2012 04:07
chess program for python
"""CONVENTIONS:
positions are done row-column from the bottom left and are both numbers. This corresponds to the alpha-number system in traditional chess while being computationally useful. they are specified as tuples
"""
import itertools
WHITE = "white"
BLACK = "black"
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Hot pepper soup</title>
</head>
<body>
<!-- Header for recipe -->
<h1>How to make a hot pepper soup </h1>
<!-- Starting the unordered list -->