https://github.com/rust-ninja-sabi/pyscript-johnny
Game with PyScript
https://github.com/rust-ninja-sabi/pyscript-johnny
indiegame pyscript python webgame
Last synced: 8 months ago
JSON representation
Game with PyScript
- Host: GitHub
- URL: https://github.com/rust-ninja-sabi/pyscript-johnny
- Owner: Rust-Ninja-Sabi
- Created: 2023-11-05T15:32:10.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-05T15:37:48.000Z (over 2 years ago)
- Last Synced: 2025-02-26T04:21:10.316Z (12 months ago)
- Topics: indiegame, pyscript, python, webgame
- Language: Python
- Homepage:
- Size: 17.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.ipynb
Awesome Lists containing this project
README
{
"cells": [
{
"cell_type": "markdown",
"id": "f4169895-9110-4d6a-8552-3ee0d49d8270",
"metadata": {
"tags": []
},
"source": [
"# Where is my apple? - My first game with PyScript"
]
},
{
"cell_type": "markdown",
"id": "e5363834-a363-4313-9ba8-73a15855c68a",
"metadata": {},
"source": [
"I made my first game with PyScript(https://pyscript.net). \n",
"\n",
"Thanks Kenney https://kenney.nl for the assets\n",
"\n",
"Thanks to gkvoelkl (https://github.com/gkvoelkl/elm-johnny) who created this game first in Elm.\n",
"\n",
"You can play it on https://rust-ninja-sabi.itch.io/where-is-my-pyscript"
]
},
{
"cell_type": "markdown",
"id": "1a3ce75c-ed7c-483f-a295-716fc6205037",
"metadata": {},
"source": [
"
"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "869fefb8-aa87-47ec-9858-bd0677a86406",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Rust",
"language": "rust",
"name": "rust"
},
"language_info": {
"codemirror_mode": "rust",
"file_extension": ".rs",
"mimetype": "text/rust",
"name": "Rust",
"pygment_lexer": "rust",
"version": ""
}
},
"nbformat": 4,
"nbformat_minor": 5
}