- Fix case duplicates (guide→Guide, project→Project, etc.) - Consolidate single-post tags into broader categories - Add technology tags (Python, AWS, Salt, Docker, Kubernetes) to 93 posts - Add lib/tag_stats.py tool for checking tag usage - Update CLAUDE.md with tag guidelines
32 lines
952 B
ReStructuredText
32 lines
952 B
ReStructuredText
Test Game Engine with Python and SFML
|
|
#####################################
|
|
:date: 2014-01-02 00:30
|
|
:author: Russell Ballestrini
|
|
:tags: Art, Code, Python
|
|
:slug: test-game-engine-with-python-and-sfml
|
|
:status: published
|
|
|
|
Over this holiday season, Christmas and New Years, I took the time to
|
|
mess with some Game Development. I wrote a demo game engine using Python
|
|
and SFML. I plan to use this post to track my progress.
|
|
|
|
**Video Evolution Playlist**
|
|
|
|
- `All
|
|
videos <https://www.youtube.com/watch?v=ytEG21b2es4&list=PLPqlh_ebFYDFPv_tIdUb26Bit2Q2nIVrm>`__
|
|
|
|
**2014-01-01**
|
|
|
|
- `User Input, Simple world,
|
|
Scrolling <https://www.youtube.com/watch?v=ytEG21b2es4>`__
|
|
- `Simple Collision
|
|
detection <https://www.youtube.com/watch?v=LFxfepBSgEc>`__
|
|
|
|
**2014-01-02**
|
|
|
|
- `Simple Collision bump vs
|
|
push <https://www.youtube.com/watch?v=SsAi00wv0vU>`__
|
|
- `Power ups and grow and
|
|
shrink <https://www.youtube.com/watch?v=2-FFMP67atU>`__
|
|
|
|
.. contents::
|