or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing
xxxxxxxxxx
HOW TO Ludobox
Create your own Ludobox on a Raspberry Pi
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →What we will do
1. Prepare the Raspberry Pi
What you need
Install the OS
Download the Raspbian Linux image
Copy the image to a SD card using the
dd
commandEnable SSH on your Raspberry Pi (add an
ssh
file to the/boot
disk )MY_CARD_ID
should be replaced by the partition ID of your card.Configure a Wifi network
You need to edit a WIFI config file called
wpa_supplicant.conf
to add the password and name of your WIFI network.hint:
MY_CARD_ID
should be replaced by the ID generated by the system when you mounted the SD card.Add your WIFI network info to
wpa_supplicant.conf
Test your wifi connection
hint You can setup multiple networks - see this thread
OK we got the WIFI now
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →Connect to your Pi
There is two main ways to connect and input commands into a machine like Raspberry Pi :
SSH Connection
Find the Raspberry Pi's local IP on your router (sth like
192.169.1.XX
)Connect to your pi
The default password is
raspberry
Update the system
Update everything
Install Python, git and some softwares used to build dependencies
Configure your pi properly
Hint You can expand the size of your filesystem to occupt the whole space of your card.
Fix language issue
Congrats ! Your Pi is now ready
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →2. Install the software
What you need
Setup your environment
Install Python
virtualenv
(why?)Create a folder where you will install everything
hint replace
MY_LOVELY_LUDOBOX_FOLDER
by your own folder nameEnter the new folder
Create your virtual environment (called
venv
)Get the code and install the software
Activate your virtual environment
Download the code using git
Install the software
Yay ! You have now installed your Ludobox properly
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →3. Start your Ludobox
What you need
Just go into the folder where you did the install.
Activate your virtual environment
Go into the code folder
Start your box
You can access your box by using the local IP address displayed on the screen.
WARNING! You have to be connected to the same WIFI network as the box to be able to access it via this IP address.
Enjoy !
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →4. Download Games
What you need
Click on the Download button in the Navbar. You can now see a list of all games available in the Ludobox database on box.ludobox.net.
To download the game you like into your own box, just click on the Download link.
Once the game has been downloaded to your box, it will be shown in yellow.
You can now start making your own copy or fork
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →4. Make a custom Case
What you need
Download the blueprints to laser cut the box.
Customize as you wish !
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →