Skip to content
Prev Previous commit
Next Next commit
Fixed links
  • Loading branch information
rrichaz committed Apr 14, 2022
commit c5c25c039a142b6c5e15e51a4e0f4b0036d54609
10 changes: 6 additions & 4 deletions docs/trinket/examples.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Trinket Examples

1. Bullseye Dart Game - https://trinket.io/python/90130df21a
2. Tic Tac Toe Game - https://trinket.io/library/trinkets/3913dfe7af
3. How to Find Prime Numbers? - https://trinket.io/library/trinkets/aa9d51a7b9
4. Drawing an Elephant - https://trinket.io/library/trinkets/9202036e6a
1. [Bullseye Dart Game](https://trinket.io/python/90130df21a)
2. [Tic Tac Toe Game](https://trinket.io/library/trinkets/3913dfe7af)
3. [How to Find Prime Numbers?](https://trinket.io/library/trinkets/aa9d51a7b9)
4. [Drawing an Elephant](https://trinket.io/library/trinkets/9202036e6a)

Use the [Turtle API](https://docs.python.org/2.7/library/turtle.html) documentation to check out what else is available.