Skip to content

Instantly share code, notes, and snippets.

View mengstr's full-sized avatar

Mats Engstrom mengstr

View GitHub Profile
@smunaut
smunaut / ice40-usage.py
Created September 26, 2020 15:19
Simple usage script for nextpnr-ice40 pre-place step
#!/usr/bin/env python3
CELLS = {
'ICESTORM_LC': ( 'LC', 5),
'ICESTORM_RAM': ( 'RAM', 2),
'ICESTORM_DSP': ( 'DSP', 1),
'ICESTORM_SPRAM': ('SPRAM', 1),
}
@XlogicX
XlogicX / games.md
Last active July 15, 2025 06:54
List of Boot Sector Gamers

Boot Sector Games

A list of playable boot sector games, most of which are on github. Fun to play, great to learn from. There are also many cool non-booting boot sectors out there that aren't games (so more like demos), but this page is just reserved to interactive boot sectors / games. This list is also not complete, but not on purpose, it is a best effort collection of games, so if you know of any fun boot sector games, please contribute.

This page lists a collection of 31 games spanning several authors: nanochess, me, daniel-e, shikhin, JulianSlzr, XanClic, QiZD90, darkvoxels, guyhill, w-shackleton, egtzori, VileR, ish_works, franeklubi, queso_fuego, franeklubi, Jethro82, waternine9, tevoran, palma3k, taylor-hartman. peterferrie should also be mentioned as he has touched a lot of these games.

TetrOS

https://github.com/daniel-e/tetros

Tetris Clone. Full color, no score. This was one of the older boot sector games out there. ![tetros](https://gist.github.com/assets/1570856/3a0d1023-cbe6-4b4d-

@kordless
kordless / primevisual.py
Last active October 6, 2017 12:15
I wrote this code to generate images using primes. You'll need pyprimes to run it, which is here: https://github.com/uzumaxy/pyprimes. I don't know what this means, but it's definitely weird.
"""
Copyright (c) 2017, Kord Campbell
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
@cheeaun
cheeaun / rdrc2012.md
Created May 19, 2012 14:45
RedDotRubyConf 2012 links & resources