Skip to content

Commit a66a475

Browse files
committedDec 7, 2022
added files and udated readme
1 parent 7038cda commit a66a475

File tree

5 files changed

+53
-44
lines changed

5 files changed

+53
-44
lines changed
 

‎.classpath

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
4+
<accessrules>
5+
<accessrule kind="accessible" pattern="javafx/**"/>
6+
</accessrules>
7+
</classpathentry>
8+
<classpathentry kind="src" path="src"/>
9+
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/JavaFX"/>
10+
<classpathentry kind="output" path="bin"/>
11+
</classpath>

‎.gitignore

+1-44
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,2 @@
1-
.7z
2-
*.dmg
3-
*.gz
4-
*.iso
5-
*.jar
6-
*.rar
7-
*.tar
8-
*.zip
9-
*.war
10-
*.ear
11-
*.sar
12-
*.class
131

14-
# Maven
15-
target/
16-
17-
# IntelliJ project files
18-
*.iml
19-
*.iws
20-
*.ipr
21-
.idea/
22-
23-
# eclipse project file
24-
.settings/
25-
.classpath
26-
.project
27-
28-
# NetBeans specific
29-
nbproject/private/
30-
build/
31-
nbbuild/
32-
dist/
33-
nbdist/
34-
nbactions.xml
35-
nb-configuration.xml
36-
37-
38-
# OS
39-
.DS_Store
40-
41-
# Misc
42-
*.swp
43-
release.properties
44-
pom.xml.releaseBackup
45-
pom.xml.tag
2+
/bin/

‎.project

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>Trivia</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.jdt.core.javanature</nature>
16+
</natures>
17+
</projectDescription>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
eclipse.preferences.version=1
2+
encoding/<project>=UTF-8

‎README.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
2+
# Hangman JavaFX
3+
4+
A JavaFX implementation of A Trivia Game.
5+
6+
was done by Ben Avrahami as part of the Advanced Object Oriented Programming with Java (20554) at The Open University Of Israel.
7+
8+
9+
10+
## Demo
11+
12+
![My Remote Image](https://i.ibb.co/xzzWvh2/trivia.png)
13+
14+
15+
## 🚀 About Me
16+
● Software developer with knowledge in Java, C, Python.
17+
18+
● Experience developing projects using: Java, C, JavaFX, Git, GitHub etc.
19+
20+
● B.Sc. Computer Science Student at The Open University of Israel.
21+
22+

0 commit comments

Comments
 (0)
Please sign in to comment.