This website works better with JavaScript.
Home
Help
Register
Sign In
cromer
/
DroidQuest
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
2
Wiki
Activity
A Java recreation of the classic game Robot Odyssey optimized for linux
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44
Commits
1
Branch
1.1 MiB
Java
99.9%
Branch:
master
master
2.8
2.7
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'master'
${ noResults }
DroidQuest
/
dq.c
6 lines
102 B
Raw
Permalink
Blame
History
#
include
<stdlib.h>
int
main
(
)
{
system
(
"
java -jar /usr/share/DroidQuest/dq-2.8.jar
"
)
;
return
0
;
}