• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

b3/H08-Jul-2016-1,9281,479

l3/H08-Jul-2016-2,4921,860

n3/H03-May-2022-3,6432,808

res/H08-Jul-2016-2,4081,626

src/H08-Jul-2016-1,9681,529

3omns.6.txt.inH A D03-Jul-20164 KiB12195

3omns.desktopH A D03-Jul-2016228 109

COPYINGH A D03-Jul-201634.3 KiB675553

COPYING.fontH A D03-Jul-20165.8 KiB12597

INSTALLH A D03-Jul-20162.1 KiB7447

Makefile.amH A D03-Jul-2016531 2917

Makefile.inH A D08-Jul-201629.4 KiB912815

NEWSH A D03-Jul-2016261 128

READMEH A D03-Jul-20161.4 KiB4632

aclocal.m4H A D08-Jul-201652.2 KiB1,4661,327

compileH A D08-Jul-20167.2 KiB348258

configureH A D08-Jul-2016195.1 KiB6,7195,588

configure.acH A D03-Jul-20162.8 KiB11189

depcompH A D08-Jul-201623 KiB792502

install-shH A D08-Jul-201614.8 KiB509329

missingH A D08-Jul-20166.7 KiB216143

test-driverH A D08-Jul-20164.5 KiB14987

README

13omns
2=====
3
43omns is an old-school arcade-style tile-based bomb-dropping deathmatch game.
5The name is a bastardization of the word Bombs (and you should pronounce it
6however you want).  The 3omns engine is written in C, using SDL2 for
7platform-agnostic rendering.  The game logic is implemented in Lua.
8
93omns is currently in alpha.
10
11https://chazomaticus.github.io/3omns/
12
13Features
14--------
15
16* 2-player deathmatch
17* Bot AI
18* Same-keyboard or LAN play
19
20How to Play
21-----------
22
23See the INSTALL file for building and installation instructions.  If you're
24running Ubuntu Trusty, you can skip building from source and simply add the
253omns PPA; see <https://launchpad.net/~chazomaticus/+archive/3omns>.
26
27Once 3omns is installed, run `3omns` to play.  See also `3omns --help` for
28options, including how to play over the LAN.
29
30The red player uses the arrow keys to move and R-Ctrl to drop bombs.  The blue
31player uses WASD to move and L-Ctrl to drop bombs.  Damage players (and destroy
32crates) by catching them in a bomb blast or "punching" them by walking into
33them.  You can disarm opponent bombs by walking over them.  A few crates
34contain powerups that briefly make you invulnerable.
35
36Bugs of Note
37------------
38
39* Limited to 2 human players and 2 bots
40* Bot AI isn't very good
41* In LAN play, all connected computers can control both human players
42* Sometimes in LAN play clients won't see bomb explosions
43
44
45Enjoy!
46