A digraph is regular if all its vertices have the same in-degrees and out-degrees.
An oriented graph $G=(V,E)$ on vertex set $V=\{1,2,\ldots,n\}$ is a digraph such that if $(i,j)\in E$, then $(j,i)\notin E$.
It is also known that
A graph $G$ on $n$ vertices is $r$-regular if and only if $nr$ is even.
- Is there any such relationship exist for oriented graphs?
- Which oriented graphs are regular?
I expect - $C_n$ and $K_n$ are the only possible types of regular connected oriented graphs, where $C_n$ is the unidirectional cycle on $n$ vertices and $K_n$ is a complete oriented graph.
Below is an example. Note: For $K_n$ to be regular, at least $n$ has to be odd.

Is there any other such class of oriented regular graphs exist?
Used here two cycle digraphs to produce a new one.