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 @@
|
|||||||
|
֏<><D68F><EFBFBD><EFBFBD>֏<EFBFBD><D68F><EFBFBD><EFBFBD>֏<EFBFBD><D68F><EFBFBD><EFBFBD>֏<EFBFBD>֏<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ԏ<EFBFBD><D48F><EFBFBD><EFBFBD>ԏ<EFBFBD><D48F><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ԏ<EFBFBD>ԏ<EFBFBD><D48F> <20><>ԏ<EFBFBD><D48F> <20><>ԏ<EFBFBD><D48F><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>֏<EFBFBD><D68F><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ԏ<EFBFBD>ԏ<EFBFBD><D48F><EFBFBD><EFBFBD><EFBFBD> <20><>ԏ<EFBFBD>ԏ<EFBFBD><D48F><EFBFBD><EFBFBD>ԏ<EFBFBD><D48F><EFBFBD><EFBFBD>ԏ<EFBFBD>ԏ<EFBFBD><D48F> G A M E S Y S T E M <07><07><07><01><07>x<08><><EFBFBD>xxxx<07>x<0F><><EFBFBD>xxxxxx<0F>xxx<07>x<0C> <0F>
|
||||||
Reference in New Issue
Block a user