Skip to content

There comes a time in many a geek's life when they start developing a roguelike.

Notifications You must be signed in to change notification settings

pirkka/roguelife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Feature ideas

  • named mountains, lakes, deserts w/ procedural generation

Todo

Notes

DRAWING PRIMITIVES

draw_quad(x-size, y-size, 0xffffffff, x+size, y-size, 0xffffffff, x-size, y+size, 0xffffffff, x+size, y+size, 0xffffffff, 0) draw_triangle(x1, y1, c1, x2, y2, c2, x3, y3, c3, z=0, mode=:default) draw_line(x1, y1, c1, x2, y2, c2, z=0, mode=:default)

PSEUDORANDOM NUMBERS

OpenGL integration

About

There comes a time in many a geek's life when they start developing a roguelike.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages