An open API service indexing awesome lists of open source software.

Projects in Awesome Lists by bcorfman

A curated list of projects in awesome lists by bcorfman .

https://github.com/bcorfman/arcadeactions

Clear, condition‑driven motion and behavior orchestration for Arcade projects.

arcade-library gamedev gamedev-library high-level-api python

Last synced: 17 Jun 2026

https://github.com/bcorfman/zorkdemo

Can you code a Zork adventure game demo in Python and have fun too? Why yes.

adventure-game-engine devops fastapi github-actions postgres python react rich typescript uv vite webapp zork

Last synced: 17 Jun 2026

https://github.com/bcorfman/highscore-micro-two

A FastAPI containerized microservice to create/query a high score list using SQLModel. Connects to a separate PostgreSQL database deployed on the ElephantSQL cloud.

asgi asyncio back4app docker elephantsql fastapi microservice postgresql sqlalchemy sqlmodel

Last synced: 17 Jun 2026

https://github.com/bcorfman/alex-cocos

Last synced: 17 Jun 2026

https://github.com/bcorfman/phaserforge

Design the game scene. Compose the behavior. Tune it live. Orchestrate 10x game development with Phaser.

browser-based editor editor-tool game-designer game-development gameplay-orchestration phaser phaser4 playwright-tests storybook yaml-configuration

Last synced: 17 Jun 2026

https://github.com/bcorfman/sb3-trial

Stable Baselines 3 Cartpole example configured with Rye as dependency manager.

artificial-intelligence eight-puzzle machine-learning pytorch reinforcement-learning rye stable-baselines3

Last synced: 17 Jun 2026

https://github.com/bcorfman/py-yahtzee

Last synced: 17 Jun 2026

https://github.com/bcorfman/yahtzee

Last synced: 17 Jun 2026

https://github.com/bcorfman/mlrun-trial

Install MLRun locally using Docker and run a sample LLM pipeline

docker docker-compose llm ml mlops mlrun rye

Last synced: 17 Jun 2026

https://github.com/bcorfman/asteroid_smash

An jazzed-up version of Asteroids designed with Cocos2D.

asteroids cocos2d cross-platform game python

Last synced: 17 Jun 2026

https://github.com/bcorfman/pddl-parser

:snake: Classical Planning in Python

Last synced: 17 Jun 2026

https://github.com/bcorfman/grading

Last synced: 17 Jun 2026

https://github.com/bcorfman/bchain

Last synced: 17 Jun 2026

https://github.com/bcorfman/pgx-connectfour

PGX - MCTX - JAX ConnectFour example converted to use a browser interface instead of a Jupyter notebook

connect-four jax mcts mctx monte-carlo-tree-search nicegui pgx python rye svg

Last synced: 17 Jun 2026

https://github.com/bcorfman/shooter

top-down space shooter using Pyxel

python pyxel rye sci-fi space

Last synced: 17 Jun 2026

https://github.com/bcorfman/bcorfman.github.io

my blog on Software Development using AI

Last synced: 17 Jun 2026

https://github.com/bcorfman/mastermind

Last synced: 17 Jun 2026

https://github.com/bcorfman/stringcalc

Last synced: 17 Jun 2026

https://github.com/bcorfman/highscoregui

Web frontend to my containerized HighScore database service

anvil frontend gui python rapid-development webapp

Last synced: 17 Jun 2026

https://github.com/bcorfman/flat_tire

A Picat planning problem and domain for fixing a flat tire.

Last synced: 17 Jun 2026

https://github.com/bcorfman/laser_gates

A port of the Imagic game using Arcade 3.x and ArcadeActions

2d-game arcade arcade-actions atari2600 gamedev python sci-fi shmup

Last synced: 17 Jun 2026

https://github.com/bcorfman/2020-04-24-git_collaboration-bcc

Git collaboration workshop

Last synced: 17 Jun 2026

https://github.com/bcorfman/binary_chop

Various solutions to PragDave's karate chop kata, written in Python 3.

Last synced: 17 Jun 2026

https://github.com/bcorfman/string_weasels

How random mutation and natural selection can produce complex specified information

evolution github-codespaces information mutation pytest python tdd-python test-driven-development uv

Last synced: 17 Jun 2026

https://github.com/bcorfman/amazon-warriors

A demonstration of ArcadeActions merged with python-statemachine

arcade-actions arcade-library fsm python python-statemachine state-machine

Last synced: 17 Jun 2026

https://github.com/bcorfman/gps-python

General Problem Solver from Peter Norvig's Paradigms of Artificial Intelligence Programming

Last synced: 17 Jun 2026

https://github.com/bcorfman/alex-console

ALEX is a console game prototype using A* pathfinding and some modern asyncio best practices.

astar-pathfinding asyncio blessed python3 sci-fi-game

Last synced: 17 Jun 2026

https://github.com/bcorfman/zoof

Last synced: 17 Jun 2026

https://github.com/bcorfman/pydevenv

Sets up an opinionated Python development environment on OS X or Linux, with VSCode, git, and Poetry support

bash development environment git github-cli iac linux osx poetry python

Last synced: 17 Jun 2026

https://github.com/bcorfman/anagram

Last synced: 17 Jun 2026

https://github.com/bcorfman/quiz_taker

Asks multiple choice questions by topic area, and keeps track of progress. Easy-to-understand and compact code.

json npyscreen python quizapp security-plus

Last synced: 17 Jun 2026

https://github.com/bcorfman/steiner-weasels

How a combination of inheritance, random mutation and natural selection can produce complex specified information

Last synced: 17 Jun 2026

https://github.com/bcorfman/bfs

A non-trivial DevOps project example using breadth-first search to find a path through a grid map. Webpage deployed with Streamlit Cloud.

cicd cloud codespaces devops github-actions map-search pathfinding pathfinding-visualizer poetry pytest python search streamlit

Last synced: 17 Jun 2026

https://github.com/bcorfman/mtx_plot

Last synced: 17 Jun 2026

https://github.com/bcorfman/diamond-kata

Solution for the kata described at https://codingdojo.org/kata/Diamond/

Last synced: 17 Jun 2026

https://github.com/bcorfman/ultraviolet

My opinionated Cookiecutter template for beginning a Python application with uv dependency management and other modern tooling.

cookiecutter cookiecutter-github cookiecutter-python cookiecutter-template cookiecutter-uv python uv

Last synced: 17 Jun 2026

https://github.com/bcorfman/platformer

experiments with the Python Arcade library samples

Last synced: 17 Jun 2026

https://github.com/bcorfman/gif_resources

Demo GIFs available for other repos

Last synced: 17 Jun 2026

https://github.com/bcorfman/heliport

Heliport is a solution to Problem B of the 2004 ACM 2004 ACM Programming Contest World Finals

Last synced: 17 Jun 2026

https://github.com/bcorfman/eight-puzzle

Homework for AI planning class. Simple Eight-Puzzle implementation in Python using AIMA code.

Last synced: 17 Jun 2026

https://github.com/bcorfman/cnn_checkers_train

A convolutional neural network trained on a database of master-level checkers games

Last synced: 17 Jun 2026

https://github.com/bcorfman/asteroid_smasher

A beefed-up version of the Arcade library demo, Asteroid Smasher.

Last synced: 17 Jun 2026

https://github.com/bcorfman/highscore-micro-one

A FastAPI ASGI microservice to query a high score list. Backend is a NoSQL database deployed on Deta Space.

asgi deta-space devops fastapi github-actions github-codespaces microservice nosql pipenv pytest

Last synced: 17 Jun 2026

https://github.com/bcorfman/digsig

Last synced: 17 Jun 2026

https://github.com/bcorfman/pettingzoo-classicenvs

PettingZoo ConnectFour and TicTacToe examples, configured with Rye as dependency manager

gymnasium-environment multi-agent-reinforcement-learning pettingzoo reinforcement-learning rye sb3-contrib stable-baselines3

Last synced: 17 Jun 2026

https://github.com/bcorfman/opioid2d

Automatically exported from code.google.com/p/opioid2d

Last synced: 17 Jun 2026

https://github.com/bcorfman/hellodac

Last synced: 17 Jun 2026

https://github.com/bcorfman/birthday_greetings

A solution to the kata at codingdojo.org/kata/birthday-greetings

asyncio email freezegun mailhog pytest python-dateutil

Last synced: 17 Jun 2026

https://github.com/bcorfman/tester

Last synced: 17 Jun 2026

https://github.com/bcorfman/hosi-dashboard

An open-source dashboard that measures household stress, opportunity, and real-world economic capacity better than unemployment alone.

cost-of-living data-visualization economic-dashboard economic-indicators economic-mobility fastapi household-finance labor-market react

Last synced: 23 Jul 2026

https://github.com/bcorfman/eq_solve

Last synced: 17 Jun 2026