-
In `build.zig` it sets the `global-base` to `6560`.
```zig
// https://github.com/ziglang/zig/issues/8633
lib.global_base = 6560;
```
As far as I know, setting `global-base` is used to reserve par…
-
TIC-80 has a set of eight boolean flags per sprite which are incredibly useful, for example for denoting 'walkable' tiles, special objects etc. It would be great if Pyxel had a similar feature (or may…
-
import numpy as np
import random
from time import sleep
# Creates an empty board
def create_board():
return(np.array([[0, 0, 0],
[0, 0, 0],
[…
-
This is the parent issue for Interop reference examples to share for Devcon. Tic Tac Toe is definitely on the list, a SuperchainERC20 implementation and crosschain loan implementation would be a great…
-
-
Develop a multiplayer Tic-Tac-Toe game with attracting user interface.
-
1. demo 里是不是不应该有 & 这个符号?
2. `FileNotFoundError: [Errno 2] No such file or directory: b'log_folder\\tic-tac-toe\\tic-tac-toe_e401_bs32_lr0.002_lrdr0.75_lrde200_wd0.001_ki0_rc0_useNOTFalse_saveBestFals…
-
-
Crafted a TiC hammer with a copper handle, a copper plate an iron plate, and an iron head, and after a little bit of random confusion/clicking, it started working.
Didn't realize it was permalocked…
-
I want to add my fun game . From classic games like Tic-Tac-Toe and Snake to practical applications like a To-Do List and a Quiz App, each project challenges your creativity and problem-solving abilit…