Compare commits
4 Commits
v0.6.0
...
61f3c385c0
| Author | SHA1 | Date | |
|---|---|---|---|
| 61f3c385c0 | |||
| af3b04f0ab | |||
| fa85d3cb34 | |||
| 3dfa177cd2 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -6,3 +6,4 @@ wiki/*
|
|||||||
scr_min.c
|
scr_min.c
|
||||||
tests.lua
|
tests.lua
|
||||||
fake_editor.lua
|
fake_editor.lua
|
||||||
|
*.bin
|
||||||
|
|||||||
4
Makefile
Normal file
4
Makefile
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
executable = ascii
|
||||||
|
|
||||||
|
macos:
|
||||||
|
g++ *.cpp ./lua/*.c -lSDL2 -o $(executable)
|
||||||
@@ -120,7 +120,7 @@ void reinit() {
|
|||||||
cursor_x = 0;
|
cursor_x = 0;
|
||||||
cursor_y = 0;
|
cursor_y = 0;
|
||||||
char_screen = &mem[0];
|
char_screen = &mem[0];
|
||||||
color_screen = &mem[1200];
|
color_screen = &mem[768];
|
||||||
//SDL_RenderSetLogicalSize(mini_ren, 640, 480);
|
//SDL_RenderSetLogicalSize(mini_ren, 640, 480);
|
||||||
mini_bak = SDL_CreateTexture(mini_ren, SDL_PIXELFORMAT_ARGB8888, SDL_TEXTUREACCESS_STREAMING, 256, 192);
|
mini_bak = SDL_CreateTexture(mini_ren, SDL_PIXELFORMAT_ARGB8888, SDL_TEXTUREACCESS_STREAMING, 256, 192);
|
||||||
break;
|
break;
|
||||||
|
|||||||
BIN
chuleta_font.png
Normal file
BIN
chuleta_font.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 35 KiB |
9
game.lua
9
game.lua
@@ -1,9 +0,0 @@
|
|||||||
function init()
|
|
||||||
setmode(0)
|
|
||||||
cls()
|
|
||||||
play("o4v5l1crcl4dcferl1crcl4dcgfr")
|
|
||||||
end
|
|
||||||
|
|
||||||
function update()
|
|
||||||
|
|
||||||
end
|
|
||||||
1
game.lua
Symbolic link
1
game.lua
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
/Users/sergio/Gitea/miniascii_jaildoc/miniascii/demos/ticker.lua
|
||||||
1
scr.bin
Normal file
1
scr.bin
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Ö<><C396><EFBFBD><EFBFBD>ÔÖ<C394><C396><EFBFBD><EFBFBD>ÔÖ<C394><C396><EFBFBD><EFBFBD>ÔÖ<C394>ÔÖ<C394>Ô <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ô<EFBFBD><C394><EFBFBD><EFBFBD><EFBFBD>Ô<EFBFBD><C394><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ô<EFBFBD><C394>Ô<EFBFBD><C394><EFBFBD> <20><>Ô<EFBFBD><C394><EFBFBD> <20><>Ô<EFBFBD><C394><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>Ö <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ö<EFBFBD><C396><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ô<EFBFBD><C394>Ô<EFBFBD><C394><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>Ô<EFBFBD><C394>Ô<EFBFBD><C394><EFBFBD><EFBFBD><EFBFBD>Ô<EFBFBD><C394><EFBFBD><EFBFBD><EFBFBD>Ô<EFBFBD><C394>Ô<EFBFBD><C394>Ô G A M E S Y S T E M ‡‡‡‘‡x‹‹‰xxxx‡x‹‹‰xxxxxx„xxx‡x„ ð
|
||||||
Reference in New Issue
Block a user